Progress
Storybook
Go to StoryProgress()
function Progress(__namedParameters): Element;
Defined in: src/components/Progress/Progress.tsx:44
Displays a progress bar indicating completion of a task.
Parameters
| Parameter | Type |
|---|---|
__namedParameters | ProgressProps |
Returns
Element
Examples
<Progress value={50} />
<Progress value={75} color="destructive" />