UNPKG

@navinc/base-react-components

Version:
8 lines (5 loc) 216 B
`ProgressBar` is an animated progress bar. The `percent` prop is required, `bgColor` is optional and will use the default color if not provided. ``` <ProgressBar bgColor={theme.mermaidGreen500} percent={50} /> ```