Skip to main content
Version: Current

Notification Feed

Not yet available

This component is planned but not yet published to the registry. The React install command below will not work until the component ships. The HTML preview shows the intended design.

An inline feed for displaying a live stream of events.

Preview ยท Notification Feed

Codeโ€‹

<div class="vstack" style="max-width:360px">
<div class="hstack">
<span style="font-size:0.75rem;font-weight:600;text-transform:uppercase;letter-spacing:0.05em;color:var(--muted-foreground)">Live Feed</span>
<span class="badge success" style="margin-inline-start:auto">โ— Live</span>
</div>
<div role="alert" data-variant="info" style="font-size:0.8rem">New tenant Acme Corp created โ€” Enterprise plan</div>
<div role="alert" data-variant="warning" style="font-size:0.8rem">Globex Inc approaching storage limit (87%)</div>
<div role="alert" data-variant="success" style="font-size:0.8rem">Payment $12,000 processed for Initech</div>
</div>

Propsโ€‹

PropTypeDefaultDescription
apiUrlstringโ€”API base URL
userIdstringโ€”User ID
Version history

See the Changelog for version history and breaking changes.