Chalarangelo / furl

Functional react.js components.
https://furl.netlify.com/
MIT License
34 stars 2 forks source link

Modals, alerts, notifications, toasts, snackbars #4

Closed Chalarangelo closed 5 years ago

Chalarangelo commented 5 years ago
Chalarangelo commented 5 years ago

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

Chalarangelo commented 5 years ago

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