mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
@ -3,29 +3,28 @@
|
|||||||
<ion-title>Buttons</ion-title>
|
<ion-title>Buttons</ion-title>
|
||||||
</ion-toolbar>
|
</ion-toolbar>
|
||||||
|
|
||||||
<ion-content padding style="text-align:center">
|
<ion-content text-center>
|
||||||
|
|
||||||
|
|
||||||
<h4>Colors</h4>
|
<h4>Colors</h4>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<button block>Default</button>
|
<button>Default</button>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<button secondary block>Secondary</button>
|
<button secondary>Secondary</button>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<button danger block>Danger</button>
|
<button danger>Danger</button>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<button light block>Light</button>
|
<button light>Light</button>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<button dark block>Dark</button>
|
<button dark>Dark</button>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h4>Shapes</h4>
|
<h4>Shapes</h4>
|
||||||
|
@ -50,7 +50,7 @@
|
|||||||
})</pre>
|
})</pre>
|
||||||
|
|
||||||
<div padding>
|
<div padding>
|
||||||
<button block light (click)="push()">
|
<button block secondary (click)="push()">
|
||||||
Go to Another Page
|
Go to Another Page
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user