@fortit/fwc-chip-list
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

<fwc-chip-list> Published on npm

Installation

npm i @fortit/fwc-chip-list

Example usage

Standard

<script type="module">
  import '@fortit/fwc-chip-list';
</script>

<fwc-chip-list
  icon="quiz"
  .all="${this.allItems}"
  .selected="${this.selectedItems}"
></fwc-chip-list>

API

Slots

None

Properties/Attributes

Name Type Default Description
added any[] (readonly) [] Array of added items
all any[] [] Array of all items (id, name)
icon string '' Icon to display left
removed any[] (readonly) [] Array of removed items
selected any[] [] Array of selected items (id, name)

Methods

None

Events

None

Additional references

Readme

Keywords

none

Package Sidebar

Install

npm i @fortit/fwc-chip-list

Weekly Downloads

1

Version

1.0.1

License

Apache-2.0

Unpacked Size

83.1 kB

Total Files

8

Last publish

Collaborators

  • markusfuerer