docs(demos): icon buttons

This commit is contained in:
Drew Rygh
2015-10-07 10:20:13 -05:00
parent 6c5fd79615
commit ef36fc2455

View File

@@ -173,6 +173,44 @@
</section>
<section id="icon-buttons" [ng-class]="{hidden: component.title !== 'Icon Buttons' }" class="section-padding">
<p>
<button>
<icon home></icon>
Home
</button>
</p>
<p>
<button secondary>
<icon people></icon>
Friends
</button>
</p>
<p>
<button danger>
<icon close></icon>
</button>
</p>
<p>
<button light>
<icon arrow-back></icon>
Back
</button>
</p>
<p>
<button dark>
<icon hammer></icon>
</button>
</p>
</section>
<section id="cards" [ng-class]="{hidden: component.title !== 'Cards' }">