mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-26 08:13:34 +08:00
@ -4,17 +4,17 @@
|
||||
</ion-toolbar>
|
||||
|
||||
<ion-content padding>
|
||||
<button class="button-round">button</button>
|
||||
<button class="button-round button-light">button light</button>
|
||||
<button class="button-round button-secondary">button secondary</button>
|
||||
<button class="button-round button-danger">button danger</button>
|
||||
<button class="button-round button-dark">button dark</button>
|
||||
<button round>button</button>
|
||||
<button round light>button light</button>
|
||||
<button round secondary>button secondary</button>
|
||||
<button round danger>button danger</button>
|
||||
<button round dark>button dark</button>
|
||||
|
||||
<button class="button-round button-outline">button</button>
|
||||
<button class="button-round button-outline-light">button outline light</button>
|
||||
<button class="button-round button-outline-secondary">button outline secondary</button>
|
||||
<button class="button-round button-outline-danger">button outline danger</button>
|
||||
<button class="button-round button-outline-dark">button outline dark</button>
|
||||
<button round outline>button</button>
|
||||
<button round light outline>button light</button>
|
||||
<button round secondary outline>button secondary</button>
|
||||
<button round danger outline>button danger</button>
|
||||
<button round dark outline>button dark</button>
|
||||
|
||||
</ion-content>
|
||||
|
||||
|
Reference in New Issue
Block a user