Installation
pnpm dlx shadcn@latest add @spell/bars-spinnerExamples
Size
Usage
import { BarsSpinner } from "@/components/bars-spinner";<BarsSpinner size={20} />
<BarsSpinner size={16} color="rgba(255, 255, 255, 0.65)" />Props
| Prop | Type | Default |
|---|---|---|
size | number | 20 |
color | string | "currentColor" |
className | string | - |