ProgressBar
ProgressBar
The component responsible for the background under the progress bar value.
jsx
import ProgressBar from '@semcore/ui/progress-bar';
<ProgressBar />;ProgressBarProps
& {...}| Name | Type | Description |
|---|---|---|
| theme | "dark" | "invert" | string | Progress bar theme |
| size | "s" | "m" | "l" | Progress bar size |
| value | number | Value as a percentage |
| duration | number | Duration of animation, ms |
ProgressBar.Value
The component responsible for the progress bar value.
jsx
import ProgressBar from '@semcore/ui/progress-bar';
<ProgressBar.Value />;ValueProps
& {...}| Name | Type | Description |
|---|---|---|
| size | "s" | "m" | "l" | Controls the size of the value bar |
| value | number | Progress value |
| duration | number | Animation diration in milliseconds for transitions |
| theme | string | Color theme |
Last updated: