React Modern Toast v1.5.2 Released

🚀 **Excited to share my latest open-source contribution!** I've just released **React Modern Toast** v1.5.2 - a powerful, production-ready toast notification library for React and Next.js applications! 🎉 **Key Features:** ✅ Beautiful, consistent UI that works seamlessly in both light and dark modes ✅ Fully accessible with ARIA labels and keyboard navigation ✅ Smart timer with pause-on-hover functionality ✅ 7 customizable positioning options ✅ **Built-in sound effects & speech synthesis** - Different tones for each toast type with customizable volume, rate, pitch, and voice options ✅ Smooth animations and progress indicators ✅ Full TypeScript support (works with JavaScript too!) ✅ Mobile-responsive design ✅ Lightweight bundle size **Try it out:** ```bash npm install react-modern-toast ``` ```tsx import { ToastProvider, toast } from 'react-modern-toast'; import 'react-modern-toast/css'; // Basic usage toast.success('Hello, World!'); // With sound effects toast.success('Success with sound!', { sound: true }); ``` **Works with:** React (v18+), Next.js, TypeScript & JavaScript projects I'm open to feedback, contributions, and feature requests! Let's build better developer experiences together. 💪 #React #TypeScript #OpenSource #WebDevelopment #JavaScript #ReactJS #DeveloperTools #Accessibility #UIUX #FrontendDevelopment #NPM #PackageDevelopment

To view or add a comment, sign in

Explore content categories