mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 21:15:24 +08:00
37 lines
909 B
HTML
37 lines
909 B
HTML
<ion-toolbar>
|
|
<ion-title>Full Buttons</ion-title>
|
|
</ion-toolbar>
|
|
|
|
<ion-content>
|
|
|
|
<p>
|
|
<a button full href="#">a[button][full]</a>
|
|
<button full>button[full]</button>
|
|
</p>
|
|
|
|
<p>
|
|
<a button full href="#">
|
|
<ion-icon name="help-circle"></ion-icon>
|
|
a[button][full] + icon
|
|
</a>
|
|
<button full>
|
|
<ion-icon name="help-circle"></ion-icon>
|
|
button[full] + icon
|
|
</button>
|
|
</p>
|
|
|
|
<p>
|
|
<a button full outline secondary href="#">a[button][full][outline][secondary]</a>
|
|
<button full outline secondary>button[full][outline][secondary]</button>
|
|
</p>
|
|
|
|
<p>
|
|
<a button full clear light href="#">a[button][full][clear][light]</a>
|
|
<button full clear light>button[full][clear][light]</button>
|
|
</p>
|
|
|
|
<p>
|
|
<a button full clear dark href="#">a[button][full][clear][dark]</a>
|
|
<button full clear dark>button[full][clear][dark]</button>
|
|
</p>
|
|
</ion-content> |