Created
August 2, 2017 20:25
-
-
Save igloo15/1755a20dca705d9c0df69632c3059f6d 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
<!--The content below is only a placeholder and can be replaced.--> | |
<div> | |
<md-toolbar color="primary"> | |
<span><md-icon>mood</md-icon></span> | |
<span>Yay, Material in {{title}}!</span> | |
<button md-icon-button [md-menu-trigger-for]="menu"> | |
<md-icon>more_vert</md-icon> | |
</button> | |
</md-toolbar> | |
<md-menu x-position="before" #menu="mdMenu"> | |
<button md-menu-item>Option 1</button> | |
<button md-menu-item>Option 2</button> | |
</md-menu> | |
<md-card> | |
<button md-button>All</button> | |
<button md-raised-button>Of</button> | |
<button md-raised-button color="primary">The</button> | |
<button md-raised-button color="accent">Buttons</button> | |
</md-card> | |
<span class="done"> | |
<button md-fab> | |
<md-icon>check circle</md-icon> | |
</button> | |
</span> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment