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