Animated Stepper

A step-by-step wizard component with animated transitions between steps.

Open in v0

Last updated: March 13, 2026

Account Details

Enter your email and create a password to get started.

Installation

npx smoothui-cli add animated-stepper

Features

  • Horizontal and vertical variants
  • Animated progress line between steps
  • Directional slide transitions for step content
  • Controlled and uncontrolled modes
  • Click navigation support
  • Full keyboard navigation
  • Accessible with proper ARIA attributes
  • Respects reduced motion preferences

Accessibility

Keyboard Interactions

KeyDescription
Arrow Right/DownMoves to the next step (when click navigation enabled)
Arrow Left/UpMoves to the previous step (when click navigation enabled)

ARIA Attributes

AttributeElementPurpose
role="group"ContainerIdentifies the step group
aria-label="Progress steps"ContainerProvides an accessible name
role="tab"Step indicatorIdentifies each step button
aria-selectedStep indicatorIndicates the current step
role="tabpanel"Content areaIdentifies the step content

Reduced Motion

This component respects the prefers-reduced-motion media query via useReducedMotion from Motion. When reduced motion is preferred, step transitions and progress animations are disabled.

Props