UI Components
Spinner
Animated SVG loading spinner with 5 sizes and custom color support.
Quick Preview
Loading…
Installation
// Copy fromsrc/components/ui/Spinner.tsx
Examples
All Sizes
Loading…Loading…Loading…Loading…Loading…
Brand Color
Loading…
In a Button
Prompt Preview
Copy a prompt that recreates this UI
Paste this into your AI coding assistant to generate code that closely matches the reference, including color, size, shape, typography, spacing, and polish.
Copy-ready AI prompt
Starts from the current visual reference and project constraints.
Tweak only product-specific copy or data after the first generation pass.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
size | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'md' | Spinner size |
color | string | - | Spinner color (CSS color value) |
label | string | 'Loading…' | Accessible label for screen readers |
className | string | - | Additional CSS classes |