Stacked Cards
A responsive, scroll-driven stacking cards component built with Tailwind CSS and Framer Motion. Cards start aligned in a column and stack gracefully on scroll without hijacking page scrolling.
Annual letter 2025
We survived another year of meetings, deadlines, bugs, and pretending everything was part of the plan.
Building for the future
A deep dive into how we build things nobody asked for, then spend three weeks fixing them.
Inside the journey
One person's inspiring journey from 'this should be easy' to 47 browser tabs.
The internet economy
Servers go brrrr. Investors go hmm. Developers go 'works on my machine'.
Installation
Add the component directly to your repository using shadcn CLI:
npx shadcn@latest add Surajmaurya1/easyui/stacked-cards
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| cards | StackedCard[] | defaultCards | Array of card objects with title, description, image, and optional CTA link |
| title | string | undefined | Optional section heading title |
| subtitle | string | undefined | Optional section description subtitle |
| className | string | undefined | Optional custom Tailwind styling for the outer wrapper |