Skip to content

Instantly share code, notes, and snippets.

@senthilp
Last active April 25, 2017 06:03
Show Gist options
  • Save senthilp/e277f685eece9e5a6e5059eab6472967 to your computer and use it in GitHub Desktop.
Save senthilp/e277f685eece9e5a6e5059eab6472967 to your computer and use it in GitHub Desktop.
<dropdown-menu list="options" index="0">
<option value="0" selected>--Select--</option>
<option value="1">Option 1</option>
<option value="2">Option 2</option>
<option value="3">Option 3</option>
<option value="4">Option 4</option>
<option value="5">Option 5</option>
</dropdown-menu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment