The Inbox is composed of the following sub-components that you can use to build your Inbox structure and layout:
The internal UI and styles for those components can be modified using the appearance
prop.
Component Composition
The composition of the indivudal components can generate multiple different popular inbox layouts.
A trigger button usually located at the top right corner of the screen, which triggers the popover component when clicked.
To render a side menu inbox, use the <Notifications />
component as a direct child of the <Inbox />
component, you can hide or show it based on any custom logic.
Similiary to the side menu inbox, you can use the <Notifications />
component as a direct child of the <Inbox />
component, you can hide or show it based on any custom logic.
The Inbox is composed of the following sub-components that you can use to build your Inbox structure and layout:
The internal UI and styles for those components can be modified using the appearance
prop.
Component Composition
The composition of the indivudal components can generate multiple different popular inbox layouts.
A trigger button usually located at the top right corner of the screen, which triggers the popover component when clicked.
To render a side menu inbox, use the <Notifications />
component as a direct child of the <Inbox />
component, you can hide or show it based on any custom logic.
Similiary to the side menu inbox, you can use the <Notifications />
component as a direct child of the <Inbox />
component, you can hide or show it based on any custom logic.