Feedback

Progress

A progress bar for how far a task has run. Screen readers announce the value as it changes.

ReactVueWeb Components
View in Storybook

Playground

Examples

<Progress value={60} label="Upload progress" showLabel />

Props

Name Type Default Description
value number 0 Current value. @default 0
min number 0 Minimum value. @default 0
max number 100 Maximum value. @default 100
striped boolean false Striped fill. @default false
showLabel boolean false Show the percentage as a label inside the bar. @default false
label string Accessible label for the progress bar.

Accessibility

  • Body/background contrast is ≥ 7:1 (AAA) in both light and dark.
  • Every interaction works with the keyboard alone.
  • The focus ring is always visible.
  • Respects prefers-reduced-motion and stops excessive motion.

Every component is designed to meet WCAG 2.1 AAA.