Props & events
Attributes & behavior classes
role="progressbar" plus the standard ARIA value attributes drive both accessibility and the visual fill.
| Attribute / class | Purpose |
|---|---|
aria-valuenow / aria-valuemin / aria-valuemax | Required for accessibility; you set the visual fill separately via inline style |
Events
FlickUI ships no JavaScript for progress — you update the fill/value yourself whenever it changes.
This component is purely presentational — it emits no JavaScript events.