1.0.0 • Published 9 years ago
ui-components.dropdown v1.0.0
ui-components.dropdown
A simple dropdown selection component for the ui-components custom elements framework
Basic usage
<ui-dropdown>
<option value="one">Option One</option>
<option value="two">Option Two</option>
<option value="three">Option Three</option>
</ui-dropdown>
Additional Attributes
ui-label
- Sets a label on the dropdown when no value is selectedui-icon
- Draws an icon to the left of the label text
1.0.0
9 years ago