@synbee-webcomponents/sw-input-select
v2.0.18
Published
sw-input-select is a web-component from Synbee Webcomponents Library, built with StencilJS, TypeScript, Storybook. It's based on the web-component standard and it's designed to be agnostic from the JavaScirpt framework you are using.
Downloads
62
Keywords
Readme
input-select
Properties
| Property | Attribute | Description | Type | Default |
| --------------------- | ------------------------ | ----------- | ---------- | ----------- |
| numberOfInputSelect
| number-of-input-select
| | number
| undefined
|
| optionLabels
| -- | | string[]
| undefined
|
| text
| text
| | string
| undefined
|
| triggerIsOpen
| trigger-is-open
| | boolean
| undefined
|
| valueOfEdit
| value-of-edit
| | string
| undefined
|
Events
| Event | Description | Type |
| ----------------- | ----------- | ---------------------------------------------------- |
| emitOptionValue
| | CustomEvent<{ value: string; type: string; }>
|
| isOpenEmit
| | CustomEvent<{ inputNr: number; isOpen: boolean; }>
|
Dependencies
Used by
Graph
graph TD;
sw-addon-reminder-body --> sw-input-select
style sw-input-select fill:#f9f,stroke:#333,stroke-width:4px
Built with love!