mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
22 lines
714 B
HTML
22 lines
714 B
HTML
|
|
<div>
|
|
<button round light>button light</button>
|
|
<button round stable>button stable</button>
|
|
<button round primary>button primary</button>
|
|
<button round secondary>button secondary</button>
|
|
<button round danger>button danger</button>
|
|
<button round dark>button dark</button>
|
|
<button round light outline>button light</button>
|
|
<button round stable outline>button stable</button>
|
|
<button round primary outline>button primary</button>
|
|
<button round secondary outline>button secondary</button>
|
|
<button round danger outline>button danger</button>
|
|
<button round dark outline>button dark</button>
|
|
</div>
|
|
<style>
|
|
button {
|
|
display: block !important;
|
|
margin: 8px auto !important;
|
|
}
|
|
</style>
|