DataBrowse data components
Inbox
Notification center with unread tinting, item meta, and overflow scroll.
Live preview
Notifications3 unread
- ALNew
Atlas approved your review
- MK
SSO certificate rotates in 7 days
- RS
3 teammates joined
Usage
Adapters:React stableVue stable
index.html
<div class="lm-inbox" role="log" aria-live="polite">
<ul class="lm-inbox-list">…</ul>
</div>CSS classes (4)
| Class | Description |
|---|---|
lm-inbox | Outer card |
lm-inbox-header | Title row |
lm-inbox-list | Scroll region |
lm-inbox-item | Each notification |
React props (1)
| Prop | Type | Default | Description |
|---|---|---|---|
items | Notification[] | — | — |
Accessibility
- Wrap in role='log' or aria-live='polite'.
- Mark unread with aria-label.
Spotted something wrong? Edit this entry on GitHub.