Chalarangelo / furl

Functional react.js components.

Home Page:https://furl.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Modals, alerts, notifications, toasts, snackbars

Chalarangelo opened this issue · comments

  • Add a modal component (ModalCenter and Modal)
  • Add alerts (do not break the flow of content)
  • Add notifications/toasts/snackbars (each with a *Center and *)

Everything that has a *Center component will be based on a singleton pattern of sorts to increase reusability and promote best practices.

Notifications/toasts/snackbars are all part of one system, namely the NotificationCenter-Notification duo, which works really well for any kind of placement.