Components · Loading States
Horizontal progress bar with optional tone and animation.
import { Progress } from '@nexub/react';| Prop | Type | Default | Required | Description |
|---|---|---|---|---|
| value | number | — | — | Current progress value between 0 and max. |
| max | number | 100 | — | Maximum value of the progress bar. |
| tone | 'neutral' | 'info' | 'success' | 'warning' | 'danger' | — | — | Semantic colour tone of the filled track. |
| animated | boolean | false | — | Adds a stripes-in-motion animation to the filled track. |