Workflow
StepWizard
Multi-step workflow container with progress, validation, and navigation slots.
Playground
Live preview generated for StepWizard inside this component page.
This preview is compiled into the VitePress docs build from the published SDK package.
Import
ts
import { StepWizard } from "@morscherlab/mint-sdk/components"Basic Usage
vue
<StepWizard v-model="currentStep" :steps="steps">
<template #step-basics>
<!-- basic fields -->
</template>
<template #step-review>
<!-- summary -->
</template>
</StepWizard>