UNPKG

@corejam/core-components

Version:

Corejam - Core Components

45 lines (28 loc) 1.16 kB
# corejam-form-select <!-- Auto Generated Below --> ## Properties | Property | Attribute | Description | Type | Default | | ---------- | ---------- | ----------- | ----------- | ----------- | | `formId` | `form-id` | | `string` | `undefined` | | `label` | `label` | | `string` | `undefined` | | `multiple` | `multiple` | | `boolean` | `false` | | `name` | `name` | | `string` | `undefined` | | `options` | -- | | `options[]` | `undefined` | | `selected` | `selected` | | `any` | `undefined` | ## Events | Event | Description | Type | | ----------- | ----------- | ------------------ | | `formEvent` | | `CustomEvent<any>` | ## Dependencies ### Depends on - [corejam-box](../Box) - [corejam-type](../Type) ### Graph ```mermaid graph TD; corejam-form-select --> corejam-box corejam-form-select --> corejam-type style corejam-form-select fill:#f9f,stroke:#333,stroke-width:4px ``` ---------------------------------------------- *Built with [StencilJS](https://stenciljs.com/)*