Components/Notification Item

Search documentation

Jump to any guide or component.

↑↓ move · Enter open · Esc close

Feedback · NotificationItem

SSR NativeAccessible

Notification Item

Displays actionable notification content with time and unread state.

Live previewv0.1.4
DBDeployment completeVersion 2.4 is now serving production traffic.
APNew team memberAyu joined the workspace.
Astro
---
import { NotificationItem } from '@charvesta/cetha';
---

<NotificationItem title="Deployment complete" description="Version 2.4 is live." time="Just now" unread />

API reference

PropTypeDefaultDescription
title*stringNotification heading.
descriptionstringSupporting message.
timestringDisplay time.
unreadbooleanfalseShows unread status.
classstringAdditional classes forwarded to the rendered element.

Accessibility

Unread status includes a text alternative and links remain semantic.