v0.27.0
Progress Indicator Design Guidelines.
Determinant Progress represents a known amount of time or completeness for a task. A percent
prop needs to be passed to render a determinate progress.
Edit the code below to see your changes live!
Indeterminant Progress represents an unknown amount of time for a task to complete. Component will render an indeterminant progress when missing a percent
prop.
Edit the code below to see your changes live!
Prop Name | Type | Default | Description |
---|---|---|---|
percent | number |
| Sets the fill length from 0 to 100. |
Props ending with * are required