1.0.0 • Published 9 years ago

ui-components.dropdown v1.0.0

Weekly downloads
2
License
ISC
Repository
-
Last release
9 years ago

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 selected
  • ui-icon - Draws an icon to the left of the label text