mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs(demos): icon buttons
This commit is contained in:
@@ -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' }">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user