Wheel Loader
Used to show loading states.
Installation
CLI
Add component to your project.
npx @perceptui/cli@latest add wheel-loaderImport from @perceptui/ui
Note: If you have installed @perceptui/ui package, then import WheelLoader
from @perceptui/ui.
import { WheelLoader } from "@perceptui/ui";API References
| Prop | Type | Description | Default | 
|---|---|---|---|
| color | string | Color of the WheelLoader | blue | 
| size | "xs"|"sm"|"md"|"lg"|"xl" | Size of the WheelLoader | md | 
| className | string | className | _ | 
Examples
Color
There are more color properties. Take your time to explore.