Components
Custom bell notify me button with light/illuminated animation for better UX
npx shadcn@latest add https://21st.dev/r/rahil1202/bell-notifyLoading preview...
import { BellNotify } from "@/components/ui/bell-notify";
export default function DemoOne() {
return <BellNotify />;
}