Skip to content
Drivn logoDrivn
Changelog
v1.14.0March 2026

Stepper

A new Stepper component for multi-step workflows. Supports horizontal and vertical orientation, connecting lines, custom icons, and clickable step navigation — all with the same dot notation API.

What's new

Stepper

A multi-step progress indicator built with dot notation. Stepper.Step renders each step with a label, optional description, and custom icon. Steps display completed, active, and upcoming states with smooth transitions. Supports both horizontal and vertical orientation via a single prop, optional connecting lines between steps, and clickable navigation with an onStepChange callback.

1npx drivn add stepper

Navigation Menu Mobile Fix

NavigationMenu now works reliably on mobile devices. The trigger uses onPointerDown with explicit focus management instead of relying on CSS focus-within, fixing touch interactions on iOS and Android.