Introducing
React's most customizable toast component.
Installation with
1npm install react-toast-master
1yarn add react-toast-master
Simple Example
1<button
2 onClick={() =>
3 toastMaster({
4 type: "info",
5 message: "Yay! Toast go brrrrr.",
6 })
7 }
8>
9 hello
10</button>
Copyright © 2025 mk-saadi / Muhiuddin_Khaled