Skip to Content
Native ComponentsNotification

Notification

Package: @tesserix/native

Import

import { Notification } from '@tesserix/native'
  • NotificationProps

Source

  • Component: packages/native/src/components/Notification/Notification.tsx
  • Story: packages/native/src/components/Notification/Notification.stories.tsx
  • Test: packages/native/src/components/Notification/Notification.test.tsx

Status

  • Exported from package entry: Yes
  • Component implementation file: Present

Example

import { Notification } from '@tesserix/native' export function DemoNotification() { return <Notification /> }