toastmandu
Version:
Simple toast notification system
25 lines (16 loc) • 493 B
Markdown
# Suzon Toast Notifications
A lightweight, customizable toast notification library for React — easy to use, inspired by Toastify.
## 🚀 Features
- Toast types: **success**, **error**, **warning**, **info**
- Auto-dismiss after 5 seconds
- Manual dismiss button
- Customizable with your own styles and icons
- No heavy dependencies, designed for React 18/19
- Uses React context and hooks for easy integration
## 📦 Installation
Using **pnpm**:
```bash
pnpm add suzon
```