Slots

NameDescriptionBindings
defaultwhere the options will be listed


MyOption

Props

Prop nameDescriptionTypeValuesDefault
valvalue associated with the optionstring-

Slots

NameDescriptionBindings
defaulttext displayed in the option

Edit on github

A drop down is composed of mutiple components.

The dropdown itself and its sub-components.

Use the @requires doclet to list the subparts of a component.

<DropDown>
  <MyOption val="1">option 1</MyOption>
  <MyOption val="2">option 2</MyOption>
</DropDown>