import './demo5.css'; import Button from '../../button'; import Notification from '..'; import React from 'react'; import ReactDOM from 'react-dom'; const openNotification = placement => { Notification.config({ placement }); Notification.open({ title: 'Notification Title', content: 'This is the content of the notification. This is the content of the notification. This is the content of the notification.', }); }; ReactDOM.render(