Scroll Effect
A stacking card scroll effect where cards stack on top of each other as you scroll.
Install using CLI
npx shadcn@latest add "https://obsidianui.dev/r/scroll-effect.json"Install Manually
1
Install dependencies
2
Copy the source code
Copy into components/ui/scroll-effect.tsx
Props
| Prop Name | Type | Default | Description |
|---|---|---|---|
| items | { image, title, description }[] | - | Card items |
