mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
29 lines
442 B
HTML
29 lines
442 B
HTML
<ion-navbar *navbar hide-back-button class="android-attr">
|
|
<ion-title>Full Buttons</ion-title>
|
|
</ion-navbar>
|
|
|
|
<ion-content class="has-header components-demo">
|
|
|
|
<p>
|
|
<button light full>Light</button>
|
|
</p>
|
|
<p>
|
|
<button full>Default</button>
|
|
</p>
|
|
|
|
<p>
|
|
<button secondary full>Secondary</button>
|
|
</p>
|
|
|
|
<p>
|
|
<button danger full>Danger</button>
|
|
</p>
|
|
<p>
|
|
<button dark full>Dark</button>
|
|
</p>
|
|
</ion-content>
|
|
|
|
|
|
|
|
|