@creaditor/chips-input-web-component

1.0.0 • Public • Published

Creaditor Chips with Autocomplete web component

Keep the following in mind

this package use mui

Installation

Node package

npm i @creaditor/chips-input-web-component --save

Include the module in your application

import "@creaditor/chips-input-web-component"

Add the tag in as dom element

<cdtr-chips-input-player></cdtr-chips-input>

Example

    <script>
        const chips = document.createElement("cdtr-chips-input");
        chips.onChange = (data)=>{

        }
        chips.items = [
        {title:"adi", selected:true},
            {title:"assaf"},
            {title:"yael"},
            {title:"shay"},
            {title:"talia"},
        ]
    </script>

Publish

Please build using npm run build

and then run npm publish

Props

Readme

Keywords

none

Package Sidebar

Install

npm i @creaditor/chips-input-web-component

Weekly Downloads

1

Version

1.0.0

License

none

Unpacked Size

365 kB

Total Files

26

Last publish

Collaborators

  • creaditor