Instant, lightweight toast notifications for React. No providers or containers needed.
npm install react-simple-toastsElevate your React applications with ultra-sleek toast notifications! With React Simple Toasts, you get an instant, lightweight, and highly customizable toast notification system - all without the hassle of complex setups. Let's make your user notifications pop!

!NPM Downloads
!Size
!License



> 🚀 Version 6.0.0 Update Notice
>
> We've made significant changes in version 6.0.0:
>
> - Switched to BEM styling for easier customization
> - Now requires explicit import of style.css
- Installation
- Usage
- Key Features
- Themes
- Documentation
- Contribute
- License
Get started in seconds!
``bash`
npm install react-simple-toasts
Integrate with ease. Customize with flair.
`jsx
import toast, { toastConfig } from 'react-simple-toasts';
import 'react-simple-toasts/dist/style.css';
import 'react-simple-toasts/dist/theme/dark.css';
toastConfig({ theme: 'dark' });
function MyComponent() {
return ;
}
``
- Ease of Use: Set up in minutes, not hours!
- Customizable: Tailor to your style – themes, durations, interactions.
- Browser Friendly: Consistent experience across all major browsers.
- Interactive: Engaging, clickable toasts with auto-close options.
- Multi-Toast Control: Manage multiple notifications effortlessly.
Your style, your toast. Choose from built-in themes or create your own.


Explore full documentation for in-depth guides, examples, and API details.
Max | Minko | Hardy | Alex Muench | Emmanuel Ayodele Bello | silverwind |
Join our growing community! Star us on GitHub and contribute to making React Simple Toasts better.
React Simple Toasts is MIT licensed.