docs(progress): update

This commit is contained in:
Benjamin Canac
2024-07-31 15:53:34 +02:00
parent 00575f55c9
commit 836007dfa6
2 changed files with 124 additions and 1 deletions

View File

@@ -17,8 +17,11 @@ export interface ProgressProps extends Pick<ProgressRootProps, 'getValueLabel' |
* @defaultValue `div`
*/
as?: any
/** The maximum progress value. */
max?: number | Array<any>
/** Display the current progress value. */
status?: boolean
/** Whether the progress is visually inverted. */
inverted?: boolean
size?: ProgressVariants['size']
color?: ProgressVariants['color']