mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
21 lines
550 B
HTML
21 lines
550 B
HTML
|
|
<div>
|
|
<a button full href="#">a[button][full]</a>
|
|
<button full>button[full]</button>
|
|
</div>
|
|
|
|
<div>
|
|
<a button full primary href="#">a[button][full][primary]</a>
|
|
<button full primary>button[full][primary]</button>
|
|
</div>
|
|
|
|
<div>
|
|
<a button full outline primary href="#">a[button][full][outline][primary]</a>
|
|
<button full outline primary>button[full][outline][primary]</button>
|
|
</div>
|
|
|
|
<div>
|
|
<a button full clear primary href="#">a[button][full][clear][primary]</a>
|
|
<button full clear primary>button[full][clear][primary]</button>
|
|
</div>
|