6.1.0 • Published 5 months ago

react-simple-toasts v6.1.0

Weekly downloads
76
License
MIT
Repository
github
Last release
5 months ago

React Simple Toasts 🍞🚀

Elevate 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 NPM Downloads Size License ✅ Test Deploy to GitHub Pages

🚀 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

Table of Contents

Installation 📦

Get started in seconds!

npm install react-simple-toasts

Usage 💡

Integrate with ease. Customize with flair.

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 <button onClick={() => toast('Your toast is ready! 🍞')}>Show Toast</button>;
}

Key Features 🌟

  • 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.

Themes 🎨

Your style, your toast. Choose from built-in themes or create your own.

Standard Theme

Creative Theme

Documentation 📘

Explore full documentation for in-depth guides, examples, and API details.

Contribute 🤝

Join our growing community! Star us on GitHub and contribute to making React Simple Toasts better.

License 📜

React Simple Toasts is MIT licensed.

6.1.0

5 months ago

6.0.1

7 months ago

6.0.1-rc.1

7 months ago

6.0.1-rc.0

7 months ago

6.1.0-rc.1

5 months ago

6.0.0

9 months ago

5.10.1

11 months ago

5.10.0

2 years ago

5.5.0

2 years ago

5.3.0

2 years ago

5.1.0

2 years ago

3.6.2

2 years ago

3.6.1

2 years ago

4.0.1

2 years ago

4.0.0

2 years ago

5.8.3

2 years ago

5.8.2

2 years ago

5.8.1

2 years ago

5.8.0

2 years ago

5.6.1

2 years ago

5.4.0

2 years ago

5.2.1

2 years ago

5.2.0

2 years ago

5.0.1

2 years ago

5.0.0

2 years ago

3.7.0-beta.0

2 years ago

3.7.0

2 years ago

5.9.0

2 years ago

5.7.1

2 years ago

5.7.0

2 years ago

3.4.0

2 years ago

3.2.2

2 years ago

3.2.1

2 years ago

3.2.5

2 years ago

3.6.0

2 years ago

3.2.4

2 years ago

3.2.3

2 years ago

3.2.0-alpha.0

2 years ago

3.2.0-alpha.1

2 years ago

3.3.1

2 years ago

3.1.3

2 years ago

3.3.0

2 years ago

3.1.2

2 years ago

3.1.1

2 years ago

3.5.2

2 years ago

3.3.4

2 years ago

3.5.1

2 years ago

3.3.3

2 years ago

3.1.5

2 years ago

3.5.0

2 years ago

3.1.4

2 years ago

2.3.3

2 years ago

3.0.2

2 years ago

3.1.0

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago

2.3.2

3 years ago

2.3.1

3 years ago

2.3.0-alpha.0

3 years ago

2.2.3

3 years ago

2.2.1

3 years ago

2.2.0

3 years ago

2.2.2

3 years ago

2.1.0

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.1.2-rc.2

4 years ago

1.1.2-rc.1

4 years ago

1.1.2-rc.0

4 years ago

1.1.3

4 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago