New message
You have a new notification
Notification
FeedbackNotification cards with actions
notificationalertmessage
Installation
$
Usage
tsx
import { Notification } from "@/components/nonaxial/notification"
export default function Example() {
return (
<Notification>{/* Your content here */}</Notification>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |