New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@logo-elements/tag-input

Package Overview
Dependencies
Maintainers
5
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

latest
npmnpm
Version
23.0.9
Version published
Maintainers
5
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 21 Feb 2024

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