Components
Loading preview...
Pixel Grid with props
npx shadcn@latest add https://21st.dev/r/designali-in/pixel-gridimport { PixelGrid } from "@/components/ui/pixel-grid";
export default function DemoOne() {
return (
<main className="flex items-center justify-center min-h-screen">
<PixelGrid />
</main>
)
}