Carregando…
Carregando…
Carregando…Multi-step wizard form with step indicator, back/next navigation and per-step validation.
Step Form — multi-step with progress indicator
Set up your account credentials.
$ npx kikitocn add step-form@/lib/utils@/components/ui/cn/buttonimport { StepForm } from "@/components/ui/cn/step-form/StepForm";
export function StepFormExample() {
return (
<StepForm />
);
}| Prop | Tipo | Padrão | Descrição |
|---|---|---|---|
steps* | StepFormStep[] | — | Definição dos passos: { id, title, description?, content, validate? } |
onComplete | (stepId: string) => void | undefined | Callback quando o último passo é concluído |