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