Image Pile
An auto-rotating stack of images that shuffle with smooth animations.
Install using CLI
npx shadcn@latest add "https://obsidianui.dev/r/image-pile.json"Install Manually
1
Install dependencies
2
Copy the source code
Copy the code into components/ui/image-pile.tsx
Usage
Props
| Prop Name | Type | Default | Description |
|---|---|---|---|
| images | string[] | - | Array of image URLs |
| speed | number | 2 | Seconds between shuffles |
