In-App UI
React
Components
NotificationCell
NotificationCell
A React component that renders an individual notification item within a feed.
Usage#
Props#
itemFeedItem
The feed item (notification) to renderonItemClickfunction
The function to be invoked when the notification cell is clickedonButtonClickfunction
The function to be invoked when a button rendered in the notification cell is clickedavatarReactNode
Render a custom avatar for the feed itemarchiveButtonReactNode
Render a custom archive button for the feed itemchildrenReactNode
A set of children to render inside of the cell, will be rendered under the main content in a `rnf-notification-cell__child-content` div. Useful for rendering action buttons.