Logo

Voxlet UI

Steps

A vertical stepper component for guiding users through multi-step processes.

  1. 1

    Step One

    This is the first step.
  2. 2

    Step Two

    This is the second step.
  3. 3

    Step Three

    This is the third step.
  1. 1

    Download Installer

    Click the link to download the setup file.

    Download Software
  2. 2

    Run Installation

    Open the downloaded file and follow the setup instructions.

    ✔ Installing Dependencies...

    ✔ Copying Files...

  3. 3

    Complete Setup

    Your software is ready to use!

    ✅ Installation Successful!

  1. 1

    Create Account

  2. 2

    Profile Details

  3. 3

    Tell Us About Yourself

Installation

  1. 1

    Copy the source code

    @/components/ui/steps.tsx

Props

StepsProps

PropTypeDefaultDescription
childrenReact.ReactNode-A collection of `<Step>` components that make up the stepper.

StepProps

PropTypeDefaultDescription
titlestring-The title of the step.
childrenReact.ReactNode-Content displayed inside the step, such as form fields or descriptions.
Brought to you by Voxlet