Here is Dots Pattern component
npx shadcn@latest add https://21st.dev/r/uilayout.contact/dots-pattern
Loading preview...
import InteractiveDots from "@/components/ui/dots-pattern"; export default function DemoOne() { return <InteractiveDots />; }