https://github.com/eclipher/toast-rack
A lightweight toast notification library built with Vanilla JS.
https://github.com/eclipher/toast-rack
javascript notification toast typescript vanilla-javascript
Last synced: 3 months ago
JSON representation
A lightweight toast notification library built with Vanilla JS.
- Host: GitHub
- URL: https://github.com/eclipher/toast-rack
- Owner: eclipher
- License: mit
- Created: 2025-06-17T13:56:32.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-06-27T11:26:20.000Z (10 months ago)
- Last Synced: 2025-06-27T11:42:27.141Z (10 months ago)
- Topics: javascript, notification, toast, typescript, vanilla-javascript
- Language: TypeScript
- Homepage: https://toast-rack.vercel.app
- Size: 218 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Toast Rack
Beautiful Toast Notifications Built with Vanilla JavaScript
[Website](https://toast-rack.vercel.app)



Toast Rack is a lightweight, customizable Javascript toast notification library with zero dependencies.
## Usage
```bash
pnpm i toast-rack
```
```ts
// create a single instance of Toaster for the entire app
import { Toaster } from "toast-rack";
const toaster = new Toaster();
// import the toaster from anywhere in your app
toaster.toast("Hello, world!");
```
See the doc site for more examples and advanced usages: https://toast-rack.vercel.app
## License
MIT