Pricing

Animated List

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

4,274

Bookmarks

4,474

Installs

57,074

Views

106 lines
"use client"

import { cn } from "@/lib/utils"
import { AnimatedList } from "@/components/ui/animated-list"

interface Item {
  name: string
  description: string
  icon: string
  color: string
  time: string
}

let notifications = [
  {
    name: "Payment received",

90 more lines behind a plan

Previews are free to watch. Reading and copying the full source needs a plan.

See plans
Dependencies
motion
License
MIT License
Published
1/23/2025

Similar components

That's all 6 components

Explore more

Part of Magic UI — browse the full library on Nuxus.