Feedback
Progress
A determinate or indeterminate progress bar.
ProgressPreview
Uploading65%
Processing
Usage
tsx
import { Progress } from "@vesture/react";
<Progress value={65} label="Uploading" />
<Progress label="Loading" /> {/* indeterminate */}Props
| Prop | Type | Default | Description |
|---|---|---|---|
| value | number | — | Omit for an animated indeterminate bar. |
| max | number | 100 | Maximum value. |
| label | string | — | Shown above the bar and used as aria-label. |