Progress API
API reference docs for theProgress
component. For examples and details on the usage of this component, visit the component demo page.
Props
Prop | Type | Description | Default |
---|---|---|---|
|
| Slot to render content after progress. | _ |
|
| Slot to render content before progress. | _ |
|
| The | _ |
|
| Maximum value the Progress can reach. |
|
|
| Current value of the Progress. |
|
Apart from above mentioned core props and style-related API, any other custom props provided by the consumer (such as data-testid
, or aria-label
) will be applied to the Progress
base area element, not to the container that wraps both the base area and adornments. This ensures that accessibility features are directed specifically to the Progress
bar, rather than the outer container.