Last active
October 10, 2018 19:31
-
-
Save zephenryus/38eaf4b283b60a5de8aa3675401456b3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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