Activity Dropdown: Features a staggered reveal animation where each notification item fades in sequentially, a rotating chevron indicator, and full light/dark theme support.
import { ActivityDropdown } from "@/components/ui/activity-dropdown"; export default function DemoOne() { return <ActivityDropdown />; }