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

@agm-dev/input-tags

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agm-dev/input-tags

Component to handle input of string[] values

latest
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

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.

FAQs

Package last updated on 13 Aug 2021

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