An animated notification list where stacked cards fan out and expand on hover, revealing each notification's details.
"use client"; import * as React from "react"; import { NotificationList } from "@/components/ui/components-community-notification-list"; export const NotificationListDemo = () => <NotificationList />; export default NotificationListDemo;