Props & events

Attributes & behavior classes

Color defaults to currentColor so a spinner matches its surroundings automatically; explicit intent classes, size, and speed (.spinner-slow/-normal/-fast, which set --spin-period) are independent, combinable axes. The rotation keyframe itself is retunable via --spinner-rot-anim-name/-easing.

Attribute / classPurpose
role="status"Announces the loading state to assistive tech
aria-labelDescribes what is loading, e.g. aria-label="Loading"

Events

The rotation is a pure CSS animation — flickui.js has no involvement with spinners.

This component is purely presentational — it emits no JavaScript events.