← Back to Components

Select

basic

Dropdown selection

Parameters

valuedisabledrequiredplaceholdernameidariaLabel

Sizes

defaultsmlg

Preview

Example

{
  "kind": "component",
  "name": "Select",
  "props": {
    "placeholder": { "expr": "lit", "value": "Select option..." }
  },
  "children": [
    { "kind": "element", "tag": "option", "props": { "value": { "expr": "lit", "value": "1" } }, "children": [{ "kind": "text", "value": { "expr": "lit", "value": "Option 1" } }] }
  ]
}

Installation

Copy component files from:

node_modules/@constela/ui/components/select/