Progress component is used to show the progress of a task. It can be used to show the progress of a file upload, a download, a form submission, or any other task that requires progress to be shown.
import Progress from "@radui/ui/Progress";
const ProgressExample = () => (
<div style={{ width: "90%" }}>
<Progress value={90} />
</div>
)
Prop | Type | Default | Description |
---|---|---|---|
color | string | null | Accent Color of the progress bar |