mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
16 lines
560 B
HTML
16 lines
560 B
HTML
|
|
<div>
|
|
<a class="button button-full button-primary" href="#">a.button-full</a>
|
|
<button class="button button-full button-primary">button.button-full</button>
|
|
</div>
|
|
|
|
<div>
|
|
<a class="button button-full button-outline button-primary" href="#">a.button-full</a>
|
|
<button class="button button-full button-outline button-primary">button.button-full</button>
|
|
</div>
|
|
|
|
<div>
|
|
<a class="button button-full button-clear button-primary" href="#">a.button-full</a>
|
|
<button class="button button-full button-clear button-primary">button.button-full</button>
|
|
</div>
|