1. Components
  2. Stepper

Components

Tailwind CSS Stepper

The Stepper Component offers a clear representation of progress in a multi-step process, such as a wizard or a form with multiple sections. It guides users through each step, providing visual cues about their current position and the remaining steps.

Static

A static stepper usage.

Theme:

Linear

Linear stepper example.

Theme:

Responsive

This stepper example is horizontally aligned above md resolution and vertically below.

Reduce browser size to see it in action

Theme:

Linear example is also horizontally aligned above md resolution and vertically below.

Reduce browser size to see it in action

Theme:

White

White stepper example.

Theme:

Solid

Solid stepper example.

Theme:

Center

Center aligned stepper.

Theme:

Working with icon and avatar

You can also add additional elements, such as an avatar image or icons.

Theme:

Dynamic Linear

Requires JS

Note that this component requires the use of our Stepper plugin, else you can skip this message if you are already using Preline UI as a package.

A dynamic stepper example that guides users through the steps of a task.

Theme:

Non-linear

With a "Complete Step" button.

Theme:

Skipped

A skip button step example.

Theme:

Active

Active stepper example.

Theme:

Error

Error stepper example.

Theme:

Success

Success stepper example.

Theme:

Destroy and Reinitialize

Provides destroy method that helps to destroy a stepper.

Theme: