Steps
Use the Steps component to show the number of steps required to complete a form inside your application.
import { Steps } from "@starter-ui/core"
Default
Preview
Code
1
Step 1
This is a description
2
Step 2
This is a description
3
Step 3
This is a description
Custom
Preview
Code
1
Step 1
This is a description
2
Step 2
This is a description
3
Step 3
This is a description
On This Page