Toastex
A robust, enterprise-standard, and highly customizable vanilla JS/TS toast notification library with zero dependencies.
Comprehensive Playground
Test every single configuration, style, variant, and direction that Toastex offers!
Generated Code
Copy this snippet to use the exact configuration you just built.
typescript
Toastex.show({
title: 'Notification',
message: 'This is a highly customizable Toastex notification!',
type: 'success',
variant: 'swift',
position: 'bottom-right',
theme: 'dark',
sound: true,
duration: 5
});Quick Install
bash
npm install toastex