ProgressBar
The component responsible for the background under the progress bar value.
jsx
import ProgressBar from '@semcore/ui/progress-bar';
<ProgressBar />;
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 />;
import ProgressBar from '@semcore/ui/progress-bar';
<ProgressBar.Value />;
ValueProps
& {...}Name | Type | Description |
---|---|---|
size | "s" | "m" | "l" | |
value | number | |
duration | number | |
theme | string |