@logo-elements/tag-input
TypeScript icon, indicating that this package has built-in type declarations

23.0.9 • Public • Published

@logo-elements/tag-input

Input control for a collection of tags

npm version

Usage

Installation

npm install --save @logo-elements/tag-input

In an html file

<html>
  <head>
    <script type="module" src="@logo-elements/tag-input/logo-elements-tag-input.js"></script>
  </head>
  <body>
    <logo-elements-tag-input></logo-elements-tag-input>
  </body>
</html>

In a Polymer 3 element

import {PolymerElement, html} from '@polymer/polymer';
import '@logo-elements/tag-input/logo-elements-tag-input';

class SampleElement extends PolymerElement {
  static get template() {
    return html`
      <logo-elements-tag-input></logo-elements-tag-input>
    `;
  }
}
customElements.define('sample-element', SampleElement);

For more detailed information, please visit:

Logo Elements Documentation ↗

Package Sidebar

Install

npm i @logo-elements/tag-input

Weekly Downloads

12

Version

23.0.9

License

See license in LICENSE file

Unpacked Size

15.8 kB

Total Files

10

Last publish

Collaborators

  • furkan.cetin
  • yusufyilmaz
  • serdarates
  • gamzeyapici
  • serhan.gurbuz