toasty

6.0.3 • Public • Published

toasty

Make the Mortal Kombat toasty guy pop out on your site.

Circle CI Coverage Status See Demo

Installation

$ npm install toasty

Usage

Show toasty guy when a certain element is clicked:

JS:

import toasty from 'toasty';
 
toasty('.toasty');

HTML:

<button class="toasty">Click me!</button>

or just trigger it directly:

import toasty from 'toasty';
 
let t = toasty();
t.trigger();

Example

Generate an example in example/dist:

$ npm run example

Standalone

Generate a standalone build in dist (for use with <script> tags and AMD module loaders):

$ npm run build:standalone

Test

Run tests with karma and mocha:

$ npm test

License

MIT

Package Sidebar

Install

npm i toasty

Weekly Downloads

153

Version

6.0.3

License

MIT

Last publish

Collaborators

  • gianttoast
  • zakangelle