Components
Loading preview...
A digital recreation of classic Mondrian style, algorithmically generating balanced geometric compositions
npx shadcn@latest add https://21st.dev/r/xubohuah/generative-geometryimport { Sketch } from "@/components/ui/generative-geometry";
export default function DemoOne() {
return <Sketch />;
}