5.3.3 • Published 8 years ago

mk-toasty v5.3.3

Weekly downloads
50
License
MIT
Repository
github
Last release
8 years ago

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

5.3.3

8 years ago

1.0.2

10 years ago

1.0.1

10 years ago

5.3.1

8 years ago

1.0.0

10 years ago

5.3.0

8 years ago

5.2.1

8 years ago

5.1.2

8 years ago

5.2.0

8 years ago

5.1.1

8 years ago

5.0.0

8 years ago

1.0.9

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

2.2.1

8 years ago

2.1.2

8 years ago

2.0.3

8 years ago

2.2.0

8 years ago

2.1.1

8 years ago

2.0.2

8 years ago

2.2.3

8 years ago

2.1.4

8 years ago

2.0.5

8 years ago

2.2.2

8 years ago

2.1.3

8 years ago

2.0.4

8 years ago

2.2.4

8 years ago

2.1.0

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

3.0.1

8 years ago

3.0.0

8 years ago

4.3.2

8 years ago

4.3.1

8 years ago

0.0.0

10 years ago

4.1.0

8 years ago

4.0.1

8 years ago

4.0.0

8 years ago

4.3.0

8 years ago

4.2.0

8 years ago

1.0.11

8 years ago

1.0.10

10 years ago