Back
Spinner
Satu Visual ComponentNew
A minimal rotating ring spinner.
Installation
Add it with the CLI:
Terminal
$
Or open the Code tab above and copy it in manually — it relies on the standard cn() helper from @/lib/utils.
Usage
Drop in wherever you need a loading indicator.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| size | number | 32 | Diameter in px. |
| color | string | #8b5cf6 | Ring color. |
| className | string | — | Extra classes. |