webtoasty
v1.0.1
Published
simple, configurable toast messages for your web application
Downloads
1
Readme
web-toasty
simple, configurable toast messages for your web application
Install
npm i webtoasty
Usage
// import toasty
import { toasty } from 'webtoasty'
// then you can use it inside of your web application
toasty('Settings saved', 3000)
License
MIT © mpleines