NeumorUINeumorUI
📖📦
Navigation

Steps

Multi-step wizard with done/active/pending states, horizontal and vertical layout, and 3 sizes.

tsx
1import { Steps } from "neumorui";

Example

Account
Create your account
2
Profile
Set up your profile
3
Review
Review and submit
current
direction
size

Props

PropTypeDefault
stepsStepItem[][]
currentnumber-
direction"horizontal" | "vertical""horizontal"
size"sm" | "md" | "lg""md"
onChange(step: number) => void-