📖 Step 3: Design - UI Components & Patterns#69 / 291

Stepper

Stepper

📖One-line summary

A UI that shows progress through Step 1 → 2 → 3.

Example

Use next/prev to move between steps

1
Enter info
2
Checkout
3
Done
Please enter your name and email.

Vibe coding prompt examples

>_

Build a 3-step stepper for the signup process. Show progress through Basic Info > Interests > Profile Completion.

>_

Build a vertical stepper. Use it to show order processing status; show time and detail per step.

>_

Build a stepper form with previous/next navigation. Add validation that blocks moving forward unless the current step is complete.

Try these prompts in your AI coding assistant!