x-zangief

He is Zangief.


Keywords
zangief, web-components
License
MIT
Install
bower install x-zangief

Documentation

x-zangief

He is Zangief.

Install

Using npm:

$ npm install x-zangief

Usage

Import and register scripts.

<script type="module">
import XZangief from './x-zangief/index.js';

customElements.define('x-zangief', XZangief);
</script>

Put <x-zangief>!

<x-zangief type="combo"></x-zangief>
<x-zangief type="fail"></x-zangief>
<x-zangief type="piledriver"></x-zangief>
<x-zangief type="rolling"></x-zangief>
<x-zangief type="win"></x-zangief>

If type attribute is omitted, He appears randomly.

License

MIT © Shogo Sensui