Skip to content

Instantly share code, notes, and snippets.

@zephenryus
Last active October 10, 2018 19:31
Show Gist options
  • Save zephenryus/38eaf4b283b60a5de8aa3675401456b3 to your computer and use it in GitHub Desktop.
Save zephenryus/38eaf4b283b60a5de8aa3675401456b3 to your computer and use it in GitHub Desktop.
<app-dropdown title="Manage Recipe">
<a class="dropdown-item" href="#">To Shopping List</a>
<a class="dropdown-item" href="#">Edit Recipe</a>
<a class="dropdown-item" href="#">Delete Recipe</a>
</app-dropdown>
<app-dropdown title="Manage" align="right">
<a class="dropdown-item" href="#">Save Data</a>
<a class="dropdown-item" href="#">Fetch Data</a>
</app-dropdown>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment