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
"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 plansThat's all 6 components
Part of Magic UI — browse the full library on Nuxus.