A gallery component with expandable image items.
"use client"; import ExpandableGallery from "@/components/ui/expandable-gallery"; export default function Demo() { return ( <div className="flex items-center justify-center w-full min-h-screen bg-background p-8"> <ExpandableGallery /> </div> ); }
Part of Layouts — browse the full library on 21st.dev.