Progress Bar
Provide progress bar to check work progress.
#
PercentageAdd percentage by percentage
prop. Add text by children
prop.
35%
#
ColorSet the custom color by color
prop.
35%
#
HeightSet the custom height by height
prop.
35%
#
CloseAdd close content by close
prop.
35%
#
APIName | Type | Default | Description |
---|---|---|---|
children | React.ReactNode | Shows content on progress bar | |
close | React.ReactNode | Displays the close element on bottom of the progress bar | |
percentage | number | Sets percentage of the progress bar | |
color | string | #dddeff | Sets color of the progress |
height | string | 36px | Sets height of the progress bar |