Progress indicator
Preview the progress indicator component with the React live demo. For detailed code usage documentation, see the Storybooks for each framework below.
Documentation
Live demo
<div className="some-container"><ProgressIndicator currentIndex={1}><ProgressStepcompletelabel="First step"description="Step 1: Getting started with Carbon Design System"secondaryLabel="Optional label"/><ProgressStepcurrentlabel="Second step with tooltip"description="Step 2: Getting started with Carbon Design System"/><ProgressSteplabel="Third step with tooltip"description="Step 3: Getting started with Carbon Design System"/><ProgressSteplabel="Fourth step"description="Step 4: Getting started with Carbon Design System"invalidsecondaryLabel="Example invalid step"/><ProgressSteplabel="Fifth step"description="Step 5: Getting started with Carbon Design System"disabled/></ProgressIndicator></div>