@creaditor/chips-input
TypeScript icon, indicating that this package has built-in type declarations

1.0.8 • Public • Published

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

Package Sidebar

Install

npm i @creaditor/chips-input

Weekly Downloads

1

Version

1.0.8

License

BSD-3-Clause

Unpacked Size

42.2 kB

Total Files

18

Last publish

Collaborators

  • creaditor