Components
Loading preview...
Let's build something different. Here is a creative and interactive "Generative Art Gallery" component. It showcases a collection of items in a clean grid. When you hover over a card, a unique, generative art pattern animates in the background, and the card tilts with a subtle 3D effect.
@dhiluxui
npx shadcn@latest add https://21st.dev/r/dhileepkumargm/generative-art-galleryimport GenerativeArtGallery from "@/components/ui/generative-art-gallery";
export default function DemoOne() {
return <GenerativeArtGallery />;
}