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

@creaditor/chips-input

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@creaditor/chips-input

chips input for tags and keywords.

latest
npmnpm
Version
1.0.8
Version published
Weekly downloads
5
-37.5%
Maintainers
1
Weekly downloads
 
Created
Source

Chips input - cool for tags and keywords.

Overview

chips input for tags and keywords.

Usage

Install the component via npm: npm i @creaditor/chips-input.

Start

  • npm run build:watch
  • npm run serve
  • http://10.100.102.31:8000

How to use.

<script>
  window.addEventListener('WebComponentsReady', function () {
    console.log('WebComponentsReady');
    const chipTag = document.createElement('cdtr-chips-input');
    chipTag.items = [{value: 'foo'}];
    document.body.appendChild(chipTag);
  });
</script>

Build

npm run build

Publish

  • npm run build
  • npm publish

Keywords

web-components

FAQs

Package last updated on 06 Nov 2022

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