NeumorUINeumorUI
📖📦
Data Display

NotificationCard

Notification list item with icon, title, description, timestamp, unread indicator, and dismiss.

tsx
1import { NotificationCard } from "neumorui";

Example

📦
New order received

Order #1234 has been placed by John Doe.

2 min ago
⚠️
Server warning

CPU usage exceeded 90% threshold.

15 min ago
💬
New comment

Alex replied to your post.

1 hour ago
title
description
time
variant
unread

Props

PropTypeDefault
iconReactNode-
titlestring-
descriptionstring-
timestring-
variant"default" | "success" | "warning" | "danger" | "info""default"
unreadbooleanfalse
actionReactNode-
onDismiss() => void-
onClick() => void-