We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stepper
isVertical
variant
checkbox
icon
numbered
minimal
items
StepType[]
id
className
stepClassName
onChange
currentStep
type StepType = { id: str title?: str description?: str isCompleted?: bool #(default false) icon?: <Icon> }
https://tailwindui.com/components/application-ui/navigation/steps
https://pro.chakra-ui.com/components/application/steps
Example of checkbox
Example of checkbox, but without title or description
Example of numbered
Example of vertical
Example of numbered vertical
Example of minimal
The text was updated successfully, but these errors were encountered:
https://flowbite.com/docs/components/stepper/
Sorry, something went wrong.
No branches or pull requests
Props
isVertical
- bool, falsevariant
- string, ENUM -checkbox
|icon
|numbered
|minimal
items
-StepType[]
id
className
stepClassName
onChange
currentStep
- string -id
Samples
https://tailwindui.com/components/application-ui/navigation/steps
https://pro.chakra-ui.com/components/application/steps
Example of checkbox
Example of checkbox, but without title or description
Example of numbered
Example of vertical
Example of numbered vertical
Example of minimal
The text was updated successfully, but these errors were encountered: