Components
Loading preview...
A responsive image gallery with lazy loading and smooth in-view fade-in effects. Automatically handles portrait/landscape ratios and fallback placeholders.
npx shadcn@latest add https://21st.dev/r/sshahaider/image-galleryimport { ImageGallery } from "@/components/ui/image-gallery";
export default function DemoOne() {
return <ImageGallery />;
}