mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
17 lines
372 B
HTML
17 lines
372 B
HTML
|
|
<div>
|
|
<button outline primary>Primary</button>
|
|
<button outline secondary>Secondary</button>
|
|
<button outline danger>Danger</button>
|
|
<button outline light>Light</button>
|
|
<button outline stable>Stable</button>
|
|
<button outline dark>Dark</button>
|
|
</div>
|
|
|
|
<style>
|
|
button, [button] {
|
|
display: block !important;
|
|
margin: 10px auto 10px auto !important;
|
|
}
|
|
</style>
|