Carregando…
Carregando…
Carregando…Máquina de passos de 1 até `maxStep`, com `goToNextStep`/`goToPrevStep`/`setStep`/`reset` e flags `canGoToNextStep`/`canGoToPrevStep`. Útil pra wizards e onboarding.
useStep — wizard de 4 passos
passo 1 de 4
$ npx kikitocn add use-stepimport { useStep } from "@/components/ui/cn/use-step/useStep";
export function useStepExample() {
return (
<useStep />
);
}