<!-- 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}
            />

トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   最終更新のRSS