Progress
Examples
Progress Props
The Progress component accepts the following props.
Name | Type | Required | Default | Description |
---|---|---|---|---|
className | string | '' | Classname for progress component. | |
size | enum: sm, md, lg | null | Size variant of progress. | |
measureLocation | enum: outside, inside, top, none | ProgressMeasureLocation.top | Where the measure percent will be located. | |
variant | enum: danger, success, info | ProgressVariant.info | Status variant of progress. | |
title | string | '' | Title above progress. | |
label | node | Label to indicate what progress is showing. | ||
value | number | 0 | Actual value of progress. | |
id | string | '' | DOM id for progress component. | |
min | number | 0 | Minimal value of progress. | |
max | number | 100 | Maximum value of progress. | |
valueText | string | null | Dynamic description of progress. |