@huud/htoast
v1.0.0
Published
Modern toast notifications for Vue 3 with Tailwind CSS support by Huud Inc.
Maintainers
Readme
Htoast - Modern Toast Notifications for Vue 3

A beautiful, customizable toast notification system for Vue 3 with full Tailwind CSS support, undo actions, and progress bars.
Features
- 🎨 Tailwind CSS Compatible - Integrates seamlessly with your existing Tailwind setup
- ⚡ Vue 3 Composition API - Built with
<script setup>and reactive APIs - 🔄 Undo Actions - Support for undoable actions with progress bars
- 📱 Responsive Design - Works perfectly on all screen sizes
- 🌓 Dark Mode Support - Automatically adapts to system dark mode
- ⚡ Performance Optimized - Minimal bundle size, no external dependencies
- 🎯 TypeScript Support - Full type definitions included
Installation
npm install htoast
# or
yarn add htoast
# or
pnpm add htoas