Progress
shadcn/uiDisplays an indicator showing the completion progress of a task.
Progress
Installation
Props
<Progress />
Name | Type | |
|---|---|---|
format | Intl.NumberFormatOptions | |
getAriaValueText | ((formattedValue: string, value: number) => string) | |
locale | Intl.LocalesArgument | |
render | React.ReactElement |
<ProgressTrack />
Name | Type | |
|---|---|---|
format | Intl.NumberFormatOptions | |
getAriaValueText | ((formattedValue: string, value: number) => string) | |
locale | Intl.LocalesArgument | |
render | React.ReactElement |
<ProgressIndicator />
Name | Type | |
|---|---|---|
format | Intl.NumberFormatOptions | |
getAriaValueText | ((formattedValue: string, value: number) => string) | |
locale | Intl.LocalesArgument | |
render | React.ReactElement |
<ProgressLabel />
Name | Type | |
|---|---|---|
format | Intl.NumberFormatOptions | |
getAriaValueText | ((formattedValue: string, value: number) => string) | |
locale | Intl.LocalesArgument | |
render | React.ReactElement |
<ProgressValue />
Name | Type | |
|---|---|---|
format | Intl.NumberFormatOptions | |
getAriaValueText | ((formattedValue: string, value: number) => string) | |
locale | Intl.LocalesArgument | |
render | React.ReactElement |