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..."
/>

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

Hierarchy

Constructors

Methods

Constructors

Methods

  • Returns null | Element