Properties
Optional aria-label
aria-label?: string
Optional aria-labelledby
aria-labelledby?: string
Optional children
children?: ReactNode
Optional className
className?: string
Optional format
format?: ((percent?, successPercent?) => ReactNode)
Type declaration
- (percent?, successPercent?): ReactNode
Parameters
Optional percent: number
Optional successPercent: number
Returns ReactNode
Optional gapDegree
gapDegree?: number
Optional gapPosition
gapPosition?: "left" | "right" | "top" | "bottom"
Optional percent
percent?: number
Optional prefixCls
prefixCls?: string
Optional rootClassName
rootClassName?: string
Optional showInfo
showInfo?: boolean
Optional size
size?: number | [string | number, number] | ProgressSize
Optional status
status?: "success" | "active" | "normal" | "exception"
Optional steps
steps?: number
Optional strokeColor
strokeColor?: string | string[] | ProgressGradient
Optional strokeLinecap
strokeLinecap?: "round" | "butt" | "square"
Optional strokeWidth
strokeWidth?: number
Optional style
style?: CSSProperties
Optional success
success?: SuccessProps
Optional successPercent
successPercent?: number
Optional trailColor
trailColor?: string
Optional type
type?: "circle" | "line" | "dashboard"
Optional width
width?: number
Defines a string value that labels the current element.