🌈 搜索
📅  最后修改于: 2022-03-11 14:58:41.647000             🧑  作者: Mango
import { NotificationActions, NotifcationContainer } from 'material-ui-notifications'; ... { NotificationActions.addNotification( { headerLabel: "Mail", secondaryHeaderLabel: "timohanisch@googlemail.com", timestamp: "Now", primaryColor: "#ff0000", title: "Timo Hanisch", text: "Yeah this seems like a pretty good idea!", } ); }} /> ...