<!-- markdown -->
[jhipsterでpopup(NotificationServiceを使う)](./jhipster%E3%81%A7popup%28NotificationService%E3%82%92%E4%BD%BF%E3%81%86%29)
# jhipsterで使用されているコード
## 例1
import { ToastContainer, toast } from 'react-toastify';
<ToastContainer
position={toast.POSITION.TOP_LEFT}
className="toastify-container"
toastClassName="toastify-toast"
autoClose={2000}
/>