3.0.0 • Published 6 years ago
x-zangief v3.0.0
x-zangief
He is Zangief.
Install
Using npm:
$ npm install x-zangiefUsage
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.