Spinner
An indeterminate loading ring for "work is happening, duration unknown". Honours
the shared variant/size axes and is drawn from --ui-* tokens
via currentColor, so it's theme-correct automatically. For a known 0–100%, use Progress.
Default
With no variant, the ring inherits the ambient text colour.
Variants
Loading primary
Loading secondary
Loading success
Loading info
Loading warning
Loading danger
Sizes
Loading sm · 16px
Loading md · 20px
Loading lg · 24px
On a coloured surface (currentColor)
Omitting variant lets the Spinner adopt the surrounding text colour.
Loading
Button loading
Button gained a loading prop — it swaps a Spinner in for the icon
(inheriting the button's text colour) and blocks interaction. Click Save to see it.