Spinner
iOS activity indicator and circular spinner.
Preview
Installation
bash
npx auralix-ui add spinnerUsage
Basic Spinner
tsx
import { Spinner, ActivityIndicator } from "@/components/ui/Spinner";
<Spinner />
<ActivityIndicator />Props
| Name | Type | Default | Description |
|---|---|---|---|
size | "xs" | "sm" | "md" | "lg" | "xl" | "md" | Size of the spinner. |
color | "default" | "primary" | "white" | "default" | Color variant. |
On this page