Docs
npx shadcn@latest add https://better-components-alpha.vercel.app/r/grid-pulse.json
Example.tsx
import { GridPulse } from "@/components/better/grid-pulse"
export function Example() {
return (
<GridPulse rows={3} cols={3} dotSize={8} gap={6} speed={1.4} color="#6366f1" />
)
}