+
đź”” New alert: {notification.body}
+
+ )}
+ />
+ );
+}
+
+export default NovuInbox;
+```
+
+## Customize the entire notification item
+
+Use the `renderNotification` prop to customize the entire notification item in the Inbox UI, including the container, layout, and the content of the subject and body of each notification.
+
+
+
+```tsx
+import { Inbox } from '@novu/react';
+
+function NovuInbox() {
+ return (
+