Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@logo-elements/tag-input

Package Overview
Dependencies
Maintainers
4
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@logo-elements/tag-input

Input control for a collection of tags

npmnpm
Version
23.0.7
Version published
Maintainers
4
Created
Source

@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 ↗

Keywords

Logo Elements

FAQs

Package last updated on 10 Jan 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts