@damienmortini/element-animation-lottie
v0.0.132
Published
<element-animation-lottie> custom element.
Downloads
43
Maintainers
Readme
<damo-animation-lottie>
Installation
npm install @damienmortini/element-animation-lottie
Simple Usage
<script src="node_modules/@damienmortini/element-animation-lottie/index.js"></script>
<damo-animation-lottie></damo-animation-lottie>
Usage with custom name
<script type="module">
import Element from '@damienmortini/element-animation-lottie';
window.customElements.define('my-element-name', class extends Element { });
</script>
<my-element-name></my-element-name>