1.0.1 • Published 3 years ago
@fortit/fwc-chip-list v1.0.1
<fwc-chip-list>

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
1.0.1
3 years ago
1.0.0
3 years ago
0.1.26
3 years ago
0.1.25
3 years ago
0.1.24
3 years ago
0.1.23
3 years ago
0.1.22
3 years ago
0.1.21
3 years ago
0.1.20
3 years ago
0.1.19
3 years ago
0.1.18
3 years ago
0.1.17
3 years ago
0.1.16
3 years ago
0.1.15
4 years ago
0.1.14
4 years ago
0.1.13
4 years ago
0.1.11
4 years ago
0.1.10
4 years ago
0.1.9
4 years ago
0.1.8
4 years ago
0.1.6
4 years ago
0.1.5
4 years ago
0.1.4
4 years ago
0.1.0
4 years ago