0.0.6 • Published 1 month ago

@damienmortini/damdom-textfield v0.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
1 month ago

<damdom-textfield>

Installation

npm install @damienmortini/damdom-textfield

Simple Usage

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

<damdom-textfield></damdom-textfield>

Usage with custom name

<script type="module">

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

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

</script>

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