1.0.1 • Published 2 years ago

@fortit/fwc-chip-list v1.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

<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

NameTypeDefaultDescription
addedany[] (readonly)[]Array of added items
allany[][]Array of all items (id, name)
iconstring''Icon to display left
removedany[] (readonly)[]Array of removed items
selectedany[][]Array of selected items (id, name)

Methods

None

Events

None

Additional references

1.0.1

2 years ago

1.0.0

2 years ago

0.1.26

2 years ago

0.1.25

2 years ago

0.1.24

2 years ago

0.1.23

2 years ago

0.1.22

2 years ago

0.1.21

2 years ago

0.1.20

2 years ago

0.1.19

2 years ago

0.1.18

2 years ago

0.1.17

2 years ago

0.1.16

2 years ago

0.1.15

2 years ago

0.1.14

2 years ago

0.1.13

2 years ago

0.1.11

2 years ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.0

2 years ago