Tailwind CSS Stepper - Flowbite
Use the stepper component to show the number of steps required to complete a form inside your application based on Tailwind CSS
The stepper component can be used to show a numbered list of steps next to a form component to indicate the progress and number of steps that are required to complete and submit the form data.
There are multiple examples that you can use including horizontal or vertical aligned stepper components, different sizes, styles, and showing icons or numbers all coded with the utility classes from Tailwind CSS.
Default stepper #
Use this example to show a list of form steps with a number and title of the step in a horizontal alignment.