A sleek, ultra-minimal notifications menu focused on clarity and function, just the essentials, no clutter.
import { Component } from "@/components/ui/notifications-menu"; export default function DemoOne() { return <Component />; }