npx shadcn@latest add https://better-components-alpha.vercel.app/r/bar-loader.json
Example.tsx
import { BarLoader } from "@/components/better/bar-loader"export function Example() {return (<BarLoader count={5} width={4} height={28} gap={4} speed={1} color="#6366f1" />)}