ProgressBar

Segmented progress bar with health, energy, and experience variants.

60%
45%
80%
35%
70%
70%

Props

PropTypeDefaultDescription
valuenumber (0-100)Current progress value. Clamped between 0 and 100.
variant"default" | "health" | "energy" | "experience""default"Color scheme for the fill bar.
size"sm" | "md" | "lg""md"Controls the height of the progress bar.
showLabelbooleanfalseDisplays the percentage value centered over the bar.
classNamestringAdditional CSS classes to apply.