The visual color appearance of the component
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
"whiteAlpha" | "blackAlpha" | "gray" | "red" | "orange" | "yellow" | "green" | "teal" | "blue" | "cyan" | "purple" | "pink" | "linkedin" | "facebook" | "messenger" | "whatsapp" | "twitter" | "telegram"
blue
hasStripe
hasStripe
If true
, the progress bar will show stripe
boolean
false
isAnimated
isAnimated
If true
, and hasStripe is true
, the stripes will be animated
boolean
false
isIndeterminate
isIndeterminate
If true
, the progress will be indeterminate and the value
prop will be ignored
boolean
false
max
max
The maximum value of the progress
number
100
min
min
The minimum value of the progress
number
0
size
size
The size of the Progress
"xs" | "sm" | "md" | "lg"
md
value
value
The value
of the progress indicator.
If undefined
the progress bar will be in indeterminate
state
number
variant
variant
The variant of the Progress
string
Props#
colorScheme
colorScheme
The visual color appearance of the component
"whiteAlpha" | "blackAlpha" | "gray" | "red" | "orange" | "yellow" | "green" | "teal" | "blue" | "cyan" | "purple" | "pink" | "linkedin" | "facebook" | "messenger" | "whatsapp" | "twitter" | "telegram"
blue
hasStripe
hasStripe
If true
, the progress bar will show stripe
boolean
false
isAnimated
isAnimated
If true
, and hasStripe is true
, the stripes will be animated
boolean
false
isIndeterminate
isIndeterminate
If true
, the progress will be indeterminate and the value
prop will be ignored
boolean
false
max
max
The maximum value of the progress
number
100
min
min
The minimum value of the progress
number
0
size
size
The size of the Progress
"xs" | "sm" | "md" | "lg"
md
value
value
The value
of the progress indicator.
If undefined
the progress bar will be in indeterminate
state
number
variant
variant
The variant of the Progress
string