Progress
type ProgressProps = ComponentProps<typeof Progress>;
Prop | Type | Default Value | Description |
---|---|---|---|
className | string | undefined | The CSS class name for styling the button. |
value | number | 0 | The current value of the progress bar. Should be between 0 and 100. |