Animated List

An animated list component that animates items as they appear.

Examples

๐Ÿ’ธ
Payment receivedยท15m ago

Aurora UI

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:

PropTypeDefaultDescription
itemsArray<{ name: string, description: string, icon: string, color: string, time: string }>-Items to be displayed inside the animated list.