Docs
npx shadcn@latest add https://better-components-alpha.vercel.app/r/dots-loader.json
Example.tsx
import { DotsLoader } from "@/components/better/dots-loader"
export function Example() {
return (
<DotsLoader
size={12}
count={3}
gap={8}
bounce={12}
speed={0.9}
color="#6366f1"
/>
)
}