Components
Loading preview...
This Notifications with Category Filter component provides a clean and efficient way for users to organize and browse through their alerts. Instead of showing all notifications in a single stream, it introduces category filters such as All, Updates, Alerts, and Reminders, allowing users to quickly narrow down what matters most. The interface is minimal, using only Lucide icons and neutral theme styles, ensuring it fits seamlessly in both light and dark modes.
npx shadcn@latest add https://21st.dev/r/ruixen.ui/notifications-filterimport NotificationsFilter from "@/components/ui/notifications-filter";
export default function DemoOne() {
return <NotificationsFilter />;
}