Progress
Preview
Section titled “Preview”Installation
Section titled “Installation”npx skeci-ui add progressimport { Progress } from '@/components/ui/progress';
<Progress progress={50} label="Processing..." />Variants
Section titled “Variants”| Prop | Type | Default | Description |
|---|---|---|---|
progress | number | (required) | The completion value between 0 and 100. |
label | string | — | Text to display above the progress bar. |
height | number | 14 | The thickness of the progress bar. |