@vubrussel/vub_tailwind
Version:
Vue and Tailwind CSS based frontend components with VUB specific layout.
16 lines (10 loc) • 309 B
Markdown
# DropDown
## Props
<!-- @vuese:DropDown:props:start -->
|Name|Description|Type|Required|Default|
|---|---|---|---|---|
|options|-|`Array`|`false`||
|onChange|-|`Function`|`false`|() => {}|
|selected|-|`String`|`false`|''|
|py|-|`String`|`false`|'py-2'|
<!-- @vuese:DropDown:props:end -->