@agm-dev/input-tags
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @agm-dev/input-tags

Weekly Downloads

2

Version

0.1.1

License

MIT

Unpacked Size

7.49 MB

Total Files

1846

Last publish

Collaborators

  • agm-dev