- Maps to Figma Progress Bar - Steps (2375:47468) - Segmented bars: brand gold for completed/current, grey for incomplete - Current step label bolded, responsive bar height (10px/6px) - role="navigation" + aria-current="step" for accessibility - 7 stories: Default, AllStates, TwoSteps, ManySteps, Interactive, Completed, NarrowContainer Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
3 lines
114 B
TypeScript
3 lines
114 B
TypeScript
export { StepIndicator } from './StepIndicator';
|
|
export type { StepIndicatorProps, Step } from './StepIndicator';
|