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