Components
Loading preview...
Grid cursor infinity grid
npx shadcn@latest add https://21st.dev/r/moazamtrade/the-infinite-gridimport { Component } from "@/components/ui/the-infinite-grid";
export default function DemoOne() {
return <Component />;
}