Guide to integrate the NotificationFeed
component for displaying notifications in full screen/ sidesheet in your React app.
NotificationFeed
component wrapped inside SuprSendFeedProvider. Both of these components should be children of SuprSendProvider.
Please refer Customising CSS styles section to view typedefs for INotificationFeedTheme
.
Infinite scroll is also included to fetch more pages in NotificationFeed
component. Specifying height for the container is needed for infinite scroll to work properly.