@agm-dev/input-tags
v0.1.1
Published
Component to handle input of string[] values
Downloads
15
Readme
input-tags stencil component
This is an input component to handle array of string values.
Using this component
Script tag
Put a script tag similar to this
<script src='https://unpkg.com/@agm-dev/input-tags/dist/input-tags.esm.js'></script>
in the head of your index.html.Then you can use the element anywhere in your template, JSX, html etc.
Node Modules
- Run
npm install @agm-dev/input-tags --save
- Put a script tag similar to this
<script src='https://unpkg.com/@agm-dev/input-tags/dist/input-tags.esm.js'></script>
in the head of your index.html - Then you can use the element anywhere in your template, JSX, html etc.
In a stencil-starter app
- Run
npm install my-component --save
- Add an import to the npm packages import @agm-dev/input-tags;
- Then you can use the element anywhere in your template, JSX, html etc.