A scroll-driven card stack where images pin in place and scale down as you scroll, creating a satisfying layered depth effect.
StickyScrollCardItem[]
string
"scroll down to see card stack"
Click on the icon in the top right of the example preview to view the source code for specific variants.
This component is inspired by various open-source projects and patterns. Please verify licenses and implementation details before using in production.
import { StickyScrollCards } from "@/components/ui/sticky-scroll-cards" export default function Page() { return <StickyScrollCards /> }