mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
37 lines
939 B
HTML
37 lines
939 B
HTML
|
|
<div>
|
|
<a button primary href="#">a[button]</a>
|
|
<button primary>button</button>
|
|
</div>
|
|
|
|
<div>
|
|
<a button small primary href="#">a[small]</a>
|
|
<button small primary>button[small]</button>
|
|
|
|
<a button outline small primary href="#">a[outline][small]</a>
|
|
<button outline small primary>button[outline][small]</button>
|
|
</div>
|
|
|
|
<div>
|
|
<a button clear small primary href="#">a[clear][small]</a>
|
|
<button clear small primary>button[clear][small]</button>
|
|
</div>
|
|
|
|
<div>
|
|
<a button large primary href="#">
|
|
<span style="font-size:48px">H</span>
|
|
<span style="font-size:38px">E</span>
|
|
<span style="font-size:32px">L</span>
|
|
<span style="font-size:24px">L</span>
|
|
O</a>
|
|
<button large primary>button</button>
|
|
</div>
|
|
|
|
<div>
|
|
<a button outline large primary href="#">a</a>
|
|
<button outline large primary>button</button>
|
|
|
|
<a button clear large primary href="#">a</a>
|
|
<button clear large primary>button</button>
|
|
</div>
|