5.10.0 • Published 8 months ago

react-simple-toasts v5.10.0

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

React Simple Toasts

Instant, lightweight toast notifications for React. No providers or containers needed. 🍃

NPM NPM Downloads Size License ✅ Test Deploy to GitHub Pages

🚀 Getting Started

📦 Installation

npm install react-simple-toasts

💡 Usage Example

import toast, { toastConfig } from 'react-simple-toasts';
import 'react-simple-toasts/dist/theme/dark.css'; // choose your theme

toastConfig({ theme: 'dark' }); // configure global toast settings, like theme

function MyComponent() {
  return (
    <button onClick={() => toast('Your toast is ready! 🍞')}>
      Show Toast
    </button>
  );
}

🌟 Key Features

  • Ease of use: Simple installation and intuitive API
  • Highly customizable: Control over appearance, duration, user interaction, and more
  • Browser compatibility: Seamless operation across various browsers
  • Interactive: Clickable, with an option to close on click
  • Multiple toasts management: Control multiple toasts at once

📘 Comprehensive Documentation

Looking for more details, examples, and customization options? Explore the full capabilities of React Simple Toasts and try out live examples on our documentation page. It's your one-stop destination for everything you need to know about using this library.

🎨 Themes

React Simple Toasts offers fun built-in themes, and the flexibility doesn't stop there. Feel free to customize the themes to match your application's branding. Your toast, your style!

Standard Theme

Creative Theme

🤝 Support and Contribution

If you find this library useful, please give us a star on GitHub! Your support greatly helps the project grow. Contributions are always welcome!

📜 License

Licensed under the MIT License.

5.10.0

8 months ago

5.5.0

10 months ago

5.3.0

10 months ago

5.1.0

11 months ago

3.6.2

12 months ago

3.6.1

12 months ago

4.0.1

11 months ago

4.0.0

11 months ago

5.8.3

8 months ago

5.8.2

8 months ago

5.8.1

8 months ago

5.8.0

8 months ago

5.6.1

9 months ago

5.4.0

10 months ago

5.2.1

10 months ago

5.2.0

11 months ago

5.0.1

11 months ago

5.0.0

11 months ago

3.7.0-beta.0

11 months ago

3.7.0

11 months ago

5.9.0

8 months ago

5.7.1

9 months ago

5.7.0

9 months ago

3.4.0

1 year ago

3.2.2

1 year ago

3.2.1

1 year ago

3.2.5

1 year ago

3.6.0

1 year ago

3.2.4

1 year ago

3.2.3

1 year ago

3.2.0-alpha.0

1 year ago

3.2.0-alpha.1

1 year ago

3.3.1

1 year ago

3.1.3

1 year ago

3.3.0

1 year ago

3.1.2

1 year ago

3.1.1

1 year ago

3.5.2

1 year ago

3.3.4

1 year ago

3.5.1

1 year ago

3.3.3

1 year ago

3.1.5

1 year ago

3.5.0

1 year ago

3.1.4

1 year ago

2.3.3

1 year ago

3.0.2

1 year ago

3.1.0

1 year ago

3.0.1

1 year ago

3.0.0

1 year ago

2.3.2

2 years ago

2.3.1

2 years ago

2.3.0-alpha.0

2 years ago

2.2.3

2 years ago

2.2.1

2 years ago

2.2.0

2 years ago

2.2.2

2 years ago

2.1.0

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.1.2-rc.2

3 years ago

1.1.2-rc.1

3 years ago

1.1.2-rc.0

3 years ago

1.1.3

3 years ago

1.1.2

4 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago