Feedback · NotificationItem
SSR NativeAccessibleNotification Item
Displays actionable notification content with time and unread state.
Astro
---
import { NotificationItem } from '@charvesta/cetha';
---
<NotificationItem title="Deployment complete" description="Version 2.4 is live." time="Just now" unread />API reference
| Prop | Type | Default | Description |
|---|---|---|---|
title* | string | — | Notification heading. |
description | string | — | Supporting message. |
time | string | — | Display time. |
unread | boolean | false | Shows unread status. |
class | string | — | Additional classes forwarded to the rendered element. |
Accessibility
Unread status includes a text alternative and links remain semantic.