mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
28 lines
381 B
HTML
28 lines
381 B
HTML
<ion-navbar *navbar>
|
|
<ion-title>Buttons</ion-title>
|
|
</ion-navbar>
|
|
|
|
<ion-content class="has-header components-demo padding">
|
|
<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>
|
|
|
|
|