Components
Loading preview...
Activity Dropdown: Features a staggered reveal animation where each notification item fades in sequentially, a rotating chevron indicator, and full light/dark theme support.
npx shadcn@latest add https://21st.dev/r/minhxthanh/activity-dropdownimport { ActivityDropdown } from "@/components/ui/activity-dropdown";
export default function DemoOne() {
return <ActivityDropdown />;
}