Skip to Content
Web ComponentsNotification Center

Notification Center

Package: @tesserix/web

Import

import { NotificationCenter } from '@tesserix/web'

Source

  • Component: packages/web/src/components/notification-center/notification-center.tsx
  • Story: packages/web/src/components/notification-center/notification-center.stories.tsx
  • Test: packages/web/src/components/notification-center/notification-center.test.tsx

Status

  • Component implementation file: Present
  • Story file: Present
  • Test file: Present

Example

import { NotificationCenter } from '@tesserix/web' export function DemoNotificationCenter() { return <NotificationCenter /> }