Introducing

react-toast-master

React's most customizable toast component.

Installation with

Install entire package with styles only under 50kb.

npm

1npm install react-toast-master

yarn

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