49 components available
Components

Timeline Progress

May 2024
A vertical timeline with animated progress, checkmarks, and badges to indicate step-by-step completion of actions.
Playground
Run
() => {
  const actions = ['Generating', 'Checking', 'Submitting'];
  
  return <TimelineProgress actions={actions} />
};

Installation

API Props