Tiny toast demo

Tiny JavaScript only popup messages.

Install and use

npm install --save tiny-toast

Example

tinyToast.show('Hello from tiny toast')
// timeout (ms) is optional
tinyToast.hide(2000)

Repo bahmutov/tiny-toast