0.0.6 • Published 25 days ago

@damienmortini/damdom-select v0.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
25 days ago

<damdom-select>

Installation

npm install @damienmortini/damdom-select

Simple Usage

<script src="node_modules/@damienmortini/damdom-select/index.js"></script>

<damdom-select></damdom-select>

Usage with custom name

<script type="module">

  import Element from '@damienmortini/damdom-select';

  window.customElements.define('my-element-name', class extends Element { });

</script>

<my-element-name></my-element-name>