mk-material-chip-component
v0.0.2
Published
Chip component meade by Stencil.js
Downloads
3
Readme
mk-chip
Properties
| Property | Attribute | Description | Type | Default |
| -------------- | ------------- | ----------- | ---------- | ---------------------- |
| beforeClick
| -- | | Function
| undefined
|
| beforeRemove
| -- | | Function
| undefined
|
| fadeOut
| fade-out
| | boolean
| false
|
| groupName
| group-name
| | string
| ""
|
| removeText
| remove-text
| | string
| "Klikk for å fjerne"
|
| selected
| selected
| | boolean
| false
|
| text
| text
| | string
| "Chip"
|
| type
| type
| | string
| ""
|
| value
| value
| | string
| ""
|
Events
| Event | Description | Type |
| -------------------- | ----------- | -------------------------- |
| chipClick
| | CustomEvent<HTMLElement>
|
| chipLoaded
| | CustomEvent<HTMLElement>
|
| chipRemoveComplete
| | CustomEvent<HTMLElement>
|
Built with StencilJS