mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
80 lines
1.6 KiB
HTML
80 lines
1.6 KiB
HTML
|
|
<div class="padding">
|
|
|
|
<div>
|
|
<button primary class="ion-home icon-left">
|
|
Left Icon
|
|
</button>
|
|
<a button primary class="ion-home icon-left">
|
|
Left Icon
|
|
</a>
|
|
</div>
|
|
|
|
<div>
|
|
<button primary class="ion-star icon-right">
|
|
Right Icon
|
|
</button>
|
|
<a button primary class="ion-star icon-right">
|
|
Right Icon
|
|
</a>
|
|
</div>
|
|
|
|
<div>
|
|
<button primary class="ion-ionic button-icon">
|
|
</button>
|
|
<a button primary class="ion-ionic button-icon">
|
|
</a>
|
|
</div>
|
|
|
|
<div>
|
|
<button large primary class="ion-home icon-left">
|
|
Left, Large
|
|
</button>
|
|
<a button large primary class="ion-home icon-left">
|
|
Left, Large
|
|
</a>
|
|
</div>
|
|
|
|
<div>
|
|
<button large primary class="ion-star icon-right">
|
|
Right, Large
|
|
</button>
|
|
<a button large primary class="ion-star icon-right">
|
|
Right, Large
|
|
</a>
|
|
</div>
|
|
|
|
<div>
|
|
<button primary class="ion-ionic button-icon button-large">
|
|
</button>
|
|
<a button primary class="ion-ionic button-icon button-large">
|
|
</a>
|
|
</div>
|
|
|
|
<div>
|
|
<button small primary class="ion-home icon-left">
|
|
Left Icon, Small
|
|
</button>
|
|
<a button small primary class="ion-home icon-left">
|
|
Left Icon, Small
|
|
</a>
|
|
</div>
|
|
|
|
<div>
|
|
<button small primary class="ion-star icon-right">
|
|
Right Icon, Small
|
|
</button>
|
|
<a button small primary class="ion-star icon-right">
|
|
Right Icon, Small
|
|
</a>
|
|
</div>
|
|
|
|
<div>
|
|
<button small icon primary class="ion-ionic">
|
|
</button>
|
|
<a button small icon primary class="ion-ionic">
|
|
</a>
|
|
</div>
|
|
|
|
</div>
|