@bdt-component-library/progression
v0.4.6
Published
Progression component
Downloads
36
Readme
Progression Component
About
This is a component published as its own package from our component library monorepo: https://github.com/BenefitsDataTrust/ui-components. Setup instructions, as well as higher-level goals and concerns can be found from the main project README.
Description
Handles display of progression according to style guide conventions.
- https://zeroheight.com/990ea04ab/p/603e60-progression
API
| prop | type | required | default | explanation | |-----------|--------|----------|---------|--------------| | className | string | no | n/a | Adds an optional classname to the component | | steps | array("string") | no | no | List of descriptions for different steps | | currentStep | number | no | 0 | Determines which step the progression is on |