Photo Stack Card

About this component

Photo Stack Card

A photo stack card whose tucked prints fan out on hover for albums, galleries, and case studies.

Usage

The import and the props worth knowing about, in one place.

import { Card16 } from "@/components/beste/component/card16";

// First image sits on top; up to two more peek from behind.
<Card16
  images={["/albums/offsite-1.jpg", "/albums/offsite-2.jpg", "/albums/offsite-3.jpg"]}
  title="Studio offsite"
  count="24 photos"
  href="/albums/offsite"
/>

<Card16
  images={["/albums/berlin-1.jpg", "/albums/berlin-2.jpg"]}
  title="Berlin sprint"
  tone="primary"   // count chip: "light" (default) | "primary"
/>

Playground

Turn the props on the right; the snippet under them is what you would write to get what you see.

Usage
import { Card16 } from "@/components/beste/component/card16";

<Card16
  images={["https://images.unsplash.com/photo-1782174177406-d36704027953?q=80&w=1287&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D","https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?q=80&w=800&auto=format&fit=crop","https://images.unsplash.com/photo-1477959858617-67f85cf4f1df?q=80&w=800&auto=format&fit=crop"]}
  title="Studio offsite"
  count="24 photos"
  href="#"
/>

Keyboard and gestures

Every one of these is in the component already. They are listed because a props table cannot mention a gesture, so nothing else on this page can tell you they exist.

HoverThe card lifts and the image scales inside its frame; `motion-reduce` turns the movement off.

Props

Read from the component's own type, so this cannot drift from what it accepts.

PropTypeDefaultDescription
images*string[]Photo URLs; the first is on top, up to two more peek from behind
titlestringTitle over the bottom scrim
countstringCount chip in the top right (e.g. "24 photos")
hrefstringIf set, the whole stack links to this href
tone"light" | "primary"Count chip color
classNamestringAdditional classes merged onto the root

More Card components

View all Card
Summer in AlacatiSummer in AlacatiAug 2026

Polaroid Card

An instant photo card with masking tape, serif caption, and a tilt that straightens on hover for galleries.

Aurora FieldsBST-004

Midnight Frequencies

Stereo / 33 RPM

Vinyl Record Card

A vinyl record card whose disc slides out of the sleeve and spins on hover for music and creative landings.

Brand systems

Brand systems

Identity, guidelines, and design tokens that scale across every touchpoint of your product.

Explore service

Flip Card

A 3D flip card that rotates on hover to reveal details and a link for service and feature grids.

Portfolio Card

A portfolio card with a full bleed image, hover zoom, and gradient title overlay for work showcases.

Article Card

An article card with cover image, category chip, excerpt, and author row for blog and news grids.

Ship the landing page first. Everything else can wait until Monday.

PS: coffee is on me

Sticky Note Card

A sticky note card with a folded corner and push pin for founder notes and playful reminders.