Progress
Displays an indicator showing the completion progress of a task, typically displayed as a progress bar.
Name@spark-ui/progress
Version1.1.2
LicenseMIT
Progress#
Contains all of the progress parts. It also makes progress accessible to assistive technologies.
Attribute | Type | Description | Default |
isIndeterminate | boolean | - | null |
value | number | - | null |
max | number | - | null |
getValueLabel | (value: number, max: number) => string | - | null |
asChild | boolean | - | null |
Progress.Bar#
Used to show the progress bar.
This component does not have any props
Progress.Label#
Used to display a label for the progress.
This component does not have any props
Progress.Indicator#
Used to show the progress. Automatically added by the progress bar.
This component does not have any props