Lightweight React toast notification library
npm install @web_coder25/react-lite-toastA lightweight, fast, and easy-to-use toast notification library for React.
No external dependencies. Clean API. Perfect for small to medium projects.
---
- 🚀 Very lightweight
- 🎨 Clean & modern UI
- ⏱ Auto dismiss
- 📦 No dependencies
- ⚛️ Works with all React apps
- 🔔 Simple API (toast.success())
---
``bash
npm install @web_coder25/react-lite-toast
`jsx
import { ToastProvider, toast } from "react-lite-toast";
function App() {
return (
);
}
``