1.0.8 • Published 1 year ago

@creaditor/chips-input v1.0.8

Weekly downloads
-
License
BSD-3-Clause
Repository
-
Last release
1 year ago

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
1.0.8

1 year ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago