mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
34 lines
684 B
HTML
34 lines
684 B
HTML
|
|
<ion-toolbar>
|
|
<ion-title>Default Buttons</ion-title>
|
|
</ion-toolbar>
|
|
|
|
<ion-content padding style="text-align:center">
|
|
|
|
<p>
|
|
<button>Default</button>
|
|
<button class="activated">Default.activated</button>
|
|
</p>
|
|
|
|
<p>
|
|
<button secondary>Secondary</button>
|
|
<button secondary class="activated">Secondary.activated</button>
|
|
</p>
|
|
|
|
<p>
|
|
<button danger>Danger</button>
|
|
<button danger class="activated">Danger.activated</button>
|
|
</p>
|
|
|
|
<p>
|
|
<button light>Light</button>
|
|
<button light class="activated">Light.activated</button>
|
|
</p>
|
|
|
|
<p>
|
|
<button dark>Dark</button>
|
|
<button dark class="activated">Dark.activated</button>
|
|
</p>
|
|
|
|
</ion-content>
|