Loading preview...
Here is Dark Grid component
@uimix
npx shadcn@latest add https://21st.dev/r/lyanchouss/dark-grid
import Demo from "@/components/ui/dark-grid"; export default function DemoOne() { return <Demo />; }