Animated List

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 https://sase-ui.vercel.app/r/animated-list.json

Usage

import { AnimatedList } from "@/components/ui/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