โœจ Introducing Magic UI Pro - 50+ blocks and templates to build beautiful landing pages in minutes.

19.0k
216

Animated List

PreviousNext

A list that animates each item in sequence with a delay. Used to showcase notifications or events on your landing page.

Installation

pnpm dlx shadcn@latest add @magicui/animated-list

Usage

import { AnimatedList } from "@/components/magicui/animated-list";
<AnimatedList>
  <p>Item 1</p>
  <p>Item 2</p>
  <p>Item 3</p>
</AnimatedList>

Props

Animated List

PropTypeDefaultDescription
classNamestring-The class name for the component
delaynumber1000The delay between each item in ms