bro-toastify
Version:
A framework-agnostic toast notification library
30 lines (21 loc) • 878 B
Markdown
# bro-toastify
A lightweight, customizable, and framework-agnostic toast notification library for JavaScript applications.



## Features
- 🚀 **Framework Agnostic**: Works with React, Vue, Angular, Svelte, or vanilla JavaScript
- 🎨 **Customizable**: Easily customize the appearance and behavior of your toasts
- 🔄 **Responsive**: Looks great on all devices
- ⚡ **Lightweight**: Small footprint, no dependencies
- 🌐 **TypeScript Support**: Built with TypeScript for better developer experience
- ♿ **Accessible**: Follows accessibility best practices
## Installation
```bash
# npm
npm install bro-toastify
# yarn
yarn add bro-toastify
# pnpm
pnpm add bro-toastify
```