LinearProgress
LinearProgress Component
Playground
Props
| Prop | Type | Default | Value |
|---|---|---|---|
| value | number | — | |
| variant | selectdeterminate | indeterminate | buffer | — | |
| color | selectprimary | success | error | warning | — |
Determinate
Indeterminate
Buffer
| PROP | TYPE | DEFAULT | DESCRIPTION |
|---|---|---|---|
color | select | — | Bar color |
value | number | — | Progress value (0-100) |
variant | select | — | Progress variant |
Using LinearProgresstsx
import { LinearProgress } from '@/components/LinearProgress'
<LinearProgress
value="..."
variant="..."
color="..."
/>Tokens Used
No design tokens detected