API reference for the @novu/react package
Components
The @novu/react package provides React components for building notification UIs.
Inbox
The main component for displaying notifications.
Props
---type-table--- ../types/react-types.ts#InboxProps ---end---
Usage
Appearance Configuration
---type-table--- ../types/react-types.ts#InboxAppearanceProps ---end---
Variables
---type-table--- ../types/react-types.ts#InboxAppearanceVariables ---end---
Elements
---type-table--- ../types/react-types.ts#InboxAppearanceElements ---end---
Bell
A customizable notification bell component.
Props
---type-table--- ../types/react-types.ts#BellProps ---end---
Usage
Notifications
A component for rendering a list of notifications.
Props
---type-table--- ../types/react-types.ts#NotificationProps ---end---
Usage
InboxContent
A component for building custom notification inboxes.
Props
---type-table--- ../types/react-types.ts#InboxContentProps ---end---