Components
Loading preview...
A sleek, ultra-minimal notifications menu focused on clarity and function, just the essentials, no clutter.
@ahmedmayara
npx shadcn@latest add https://21st.dev/r/ahmedmayara/notifications-menuimport { Component } from "@/components/ui/notifications-menu";
export default function DemoOne() {
return <Component />;
}