"whiteAlpha" | "blackAlpha" | "gray" | "red" | "orange" | "yellow" | "green" | "teal" | "blue" | "cyan" | "purple" | "pink" | "linkedin" | "facebook" | "messenger" | "whatsapp" | "twitter" | "telegram"
Progress
Progress is used to display the progress status for a task that takes a long time or consists of several steps.
Props#
colorScheme
colorScheme
Type
Default
"blue"
hasStripe
hasStripe
Description
If true
, the progress bar will show stripe
Type
boolean
isAnimated
isAnimated
Description
If true
, and hasStripe is true
, the stripes will be animated
Type
boolean
isIndeterminate
isIndeterminate
Description
If true
, the progress will be indeterminate and the value
prop will be ignored
Type
boolean
max
max
Description
The maximum value of the progress
Type
number
Default
100
min
min
Description
The minimum value of the progress
Type
number
Default
0
size
size
Type
"xs" | "sm" | "md" | "lg"
Default
"md"
value
value
Description
The value
of the progress indicator.
If undefined
the progress bar will be in indeterminate
state
Type
number
variant
variant
Description
Variants for Progress
are not implemented in the default theme. You can extend the theme to implement them.
Type
string