Components
Loading preview...
Filterable image gallery with animated lightbox and navigation
@reapollo
npx shadcn@latest add https://21st.dev/r/larsen66/gallery-grid-block-shadcnuiimport { GalleryGridBlock } from "@/components/ui/gallery-grid-block-shadcnui"
export default function Demo() {
return (
<div className="flex min-h-screen items-center justify-center bg-background p-8">
<GalleryGridBlock />
</div>
)
}