Stacked Cards
A stack of animated cards.
Shadcn UI
Redux Toolkit
Tailwind CSS
Installation
1. Follow the links to install required rlx packages
2. Install the following dependencies
Loading...
API Reference
Props list
| Prop | Type | Default | Example | Description |
|---|---|---|---|---|
items | - | - | The list of items to be displayed in the stacked cards. | |
onAnimationEnd? | (id: string) => void | - | - | The callback function to be called when the animation ends. |