Components
All components
Feedback

Spinner

An inline loading ring that inherits the current colour, so it shows on any surface — including the yellow button.

Preview

Preview
light
Loading…
dark
Loading…

Code

<Spinner label="Loading…" />
<Button><Spinner /> Saving</Button>

Import from @/components/ui.

Props

PropTypeDefaultDescription
labelstringOptional text beside the ring.

Related