Your Toast React Component
A easy to use component, lightweight created to show notifications on React.
What is Echo Toast?
Echo Toast was created to be an alternative to multiple existing libraries like React Toastify, React Hot Toast, Sonner, etc. It was created with native CSS animations and Lucide React Icons.
State Management Architecture
It was created with the publisher/subscriber pattern, know as Observer Pattern, allowing user add a <Toaster/> component that handle all the information of the toasts. Also its an imperative API allowing you call all the functions to render a new toast from anywhere in your code, if <Toaster/> is added, it will render it.
Whats next?
If you want to know how you can use Echo Toast you can read the installation process we did for you. If you installed it and you dont know how to use it, you can read the How To Use page.
Otherwise if you want to know more about each component and how you can customize it you can read the customization page.
Found a bug? Please report it.
Made with 💙 by yosbergc