mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
32 lines
425 B
HTML
32 lines
425 B
HTML
|
|
<ion-toolbar>
|
|
<ion-title>Buttons</ion-title>
|
|
</ion-toolbar>
|
|
|
|
<ion-content class="padding" style="text-align:center">
|
|
|
|
|
|
<h4>Colors</h4>
|
|
|
|
<p>
|
|
<button block>Default</button>
|
|
</p>
|
|
|
|
<p>
|
|
<button secondary block>Secondary</button>
|
|
</p>
|
|
|
|
<p>
|
|
<button danger block>Danger</button>
|
|
</p>
|
|
|
|
<p>
|
|
<button light block>Light</button>
|
|
</p>
|
|
|
|
<p>
|
|
<button dark block>Dark</button>
|
|
</p>
|
|
|
|
</ion-content>
|