mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
26 lines
379 B
HTML
26 lines
379 B
HTML
<ion-navbar *navbar>
|
|
<ion-title>Buttons</ion-title>
|
|
</ion-navbar>
|
|
|
|
<ion-content padding class="has-header components-demo">
|
|
<p>
|
|
<button>Default</button>
|
|
</p>
|
|
|
|
<p>
|
|
<button secondary>Secondary</button>
|
|
</p>
|
|
|
|
<p>
|
|
<button danger>Danger</button>
|
|
</p>
|
|
|
|
<p>
|
|
<button light>Light</button>
|
|
</p>
|
|
|
|
<p>
|
|
<button dark>Dark</button>
|
|
</p>
|
|
</ion-content>
|