Notification Bell
MediaAnimated notification bell
notificationbellalert
Installation
$
Usage
tsx
import { NotificationBell } from "@/components/nonaxial/notification-bell"
export default function Example() {
return (
<NotificationBell>{/* Your content here */}</NotificationBell>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |