Components•Portfolio gallery
Components•Portfolio gallery
Portfolio gallery
A layered image gallery with overlapping desktop cards, hover lift, and mobile marquee fallback. It works well for portfolio archives, visual libraries, and editorial image indexes.
Dependencies
Copy below cli
npx shadcn add @bjork-ui/portfolio-galleryHow to use
import { PortfolioGallery } from "@/components/isaiahbjork/galleries/portfolio-gallery";export function Demo() { return <PortfolioGallery title="Creative library" />;}