UNPKG

@navinc/base-react-components

Version:
7 lines (5 loc) 250 B
`ProgressSteps` is an animated progress bar. The `steps` and `stepsComplete` props are required, `bgColor` is optional and will use the default color if not provided. ``` <ProgressSteps bgColor="navStatusPositive" steps={5} stepsComplete={3} /> ```