# bro-toastify

A lightweight, customizable, and framework-agnostic toast notification library for JavaScript applications.

![npm](https://img.shields.io/npm/v/bro-toastify)
![license](https://img.shields.io/npm/l/bro-toastify)
![downloads](https://img.shields.io/npm/dm/bro-toastify)

## 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
```
