Spinner
The Spinner component is used to show loading states.
1. Import
KUMUI exports 1 Spinner-related components:
import { Spinner } from "@rohitgadekar/kimui";
2. Usage
3. API
3.1 Spinner
| Attribute | Type | Description | Default |
|---|---|---|---|
| variant | string | Defines the visual style of the spinner. | "default" |
| className | string | Applies custom styles to the Spinner component. | - |