Back to Components
Components

Notification Center

Dropdown panel for notifications with unread count, mark as read, and clear all actions.

Dependencies

  • clsx
  • tailwind-merge

Files

  • components/ui/notification-center.tsx

Installation

Using shadcn CLI

npx shadcn add notification-center --url https://ui.hampton.io

Manual installation

Copy the component file to your project and install dependencies:

npm install clsx tailwind-merge