Animated List
An animated list component that animates items as they appear.
Examples
Installation
npx shadcn@latest add "https://aurora-ui-opal.vercel.app/c/animated-list.json"
Component Props
You can customize the content of the Animated List by passing the following props:
| Prop | Type | Default | Description |
|---|---|---|---|
| items | Array<{ name: string, description: string, icon: string, color: string, time: string }> | - | Items to be displayed inside the animated list. |