Notification Item

The NotificationItem component helps you to simply create a beautiful list of different items.


The below codes are editable and you can modify them the way you want directly from your browser, please use the green button or the ctrl + s to save the changes.

Demo

// Material Dashboard 2 React Examples import NotificationItem from "examples/Items/NotificationItem"; // @mui material components import Icon from "@mui/material/Icon";

Props Information

NameTypeDefaultDescription
icon*node""Used to set the NotificationItem icon, its a required prop.
title*stringUsed to set the NotificationItem title, its a required prop.
Contents