interactive-dots-default
"use client"
import { InteractiveDots } from "@/components/ui/backgrounds/interactive-dots"
export function DemoOne() {
return (
<div className="relative flex h-full w-full flex-col items-center justify-center overflow-hidden rounded-xl border">
<InteractiveDots />
</div>
)
}
pnpm dlx shadcn@latest add "https://ui.dalim.in/r/interactive-dots-default.json"
Installation
pnpm dlx shadcn@latest add https://ui.dalim.in/r/styles/default/interactive-dots.json
Usage
import { InteractiveDots } from "@/components/ui/interactive-dots"
<InteractiveDots />