mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
25 lines
452 B
HTML
25 lines
452 B
HTML
<ion-navbar *navbar hide-back-button class="android-attr">
|
|
<ion-title>Round Buttons</ion-title>
|
|
</ion-navbar>
|
|
|
|
<ion-content padding class="has-header components-demo">
|
|
<p>
|
|
<button light round>Light</button>
|
|
</p>
|
|
<p>
|
|
<button round>Default</button>
|
|
</p>
|
|
|
|
<p>
|
|
<button secondary round>Secondary</button>
|
|
</p>
|
|
|
|
<p>
|
|
<button danger round>Danger</button>
|
|
</p>
|
|
|
|
<p>
|
|
<button dark round>Dark</button>
|
|
</p>
|
|
</ion-content>
|