The "ProgressBar" component displays a progress bar that visualizes the percentage of a value between 0 and 100. Ideal for representing task progress or completion of specific actions.
ProgressBar usage
<ProgressBar height={30} width={40} percentage={6} progressText="carregando..." /> Copy
<ProgressBar height={30} width={40} percentage={6} progressText="carregando..." />
Obs: If no width is specified, the component will take 100% of its parent component's width.
Properties set for ProgressBar.
ProgressBar Properties
https://legacy.reactjs.org/docs/legacy-context.html
The "ProgressBar" component displays a progress bar that visualizes the percentage of a value between 0 and 100. Ideal for representing task progress or completion of specific actions.
ProgressBar usage
Obs: If no width is specified, the component will take 100% of its parent component's width.
Properties set for ProgressBar.
Param
ProgressBar Properties
Has No Children