Props & events

Attributes & behavior classes

role="progressbar" plus the standard ARIA value attributes drive both accessibility and the visual fill.

Attribute / classPurpose
aria-valuenow / aria-valuemin / aria-valuemaxRequired 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.