Progress
import { Progress } from '@eekodigital/raster';
<Progress value={60} label="Upload progress" /> Different values
Section titled “Different values”<Progress value={15} label="Loading" />
<Progress value={100} label="Complete" /> Indeterminate
Section titled “Indeterminate”Pass value={null} for an animated shimmer when the total duration is unknown.
<Progress value={null} label="Loading" /> | Prop | Type | Default | Description |
|---|---|---|---|
value | number | null | — | Current value. Pass |
max | number | 100 | Maximum value. |
label | string | — | Accessible label ( |
className | string | — | Additional CSS classes. |