build69
build69  /  Components  /  App  /  Notifications

Notifications

v1.0.12Updated 27 Aug 2026

Notifications page — feed, tabbed, panel, with-filters and grouped layouts. Full-page copy-paste template; baked-in demo content (edit the JSX to customise).

Preview

Live · 15 stories
Why this is recommendednotificationsalertsfeedactivity+2

Notifications — feed.

Recommended for+14
  • Notification screens / panels
  • Activity feeds
Tags+6
notificationsalertsfeedactivityapppage
Features+4
  • Feed, tabbed, panel, with-filters and grouped layouts
  • Empty / with-actions / settings variants
  • Self-contained — no required props
Not recommended for−2
  • Transient toasts (use Sonner)

Install

Ask your agent, or call the MCP tool directly. The resolved bundle is written into your project.

get_registry_item({ name: "Notifications" })

Usage

import { NotificationsFeed } from '@/components/pages/notifications';

<NotificationsFeed />

Tick variants in the left menu — each adds a tab with that variant’s real story source, the same code the preview above renders.

Props

PropTypeRequired
className

Optional wrapper class override (copy-paste block, baked-in content)

string

Related