Notification
Package: @tesserix/native
Import
import { Notification } from '@tesserix/native'Related types
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 />
}