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