Progress Bar
A progress bar is a graphical control element that shows the progress of a computer operation. It can be a rectangle that animates as an operation progresses. Progress bars can also be a horizontal line or circle that shows the percentage of progress.
Variants
Props
Props | Datatype | Values/Example |
---|---|---|
isProgress | boolean | "true" | "false" |
zIndex | number | 1000 |
title | string | "Cancel" |
onClick | function | function from parent component |