mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
45 lines
1.1 KiB
HTML
45 lines
1.1 KiB
HTML
|
|
<div class="padding">
|
|
|
|
<p>
|
|
<a button primary href="#">a[button]</a>
|
|
<button primary>button</button>
|
|
</p>
|
|
|
|
<p>
|
|
<a button small primary href="#">a[button][small]</a>
|
|
<button small primary>button[small]</button>
|
|
</p>
|
|
|
|
<p>
|
|
<a button outline small primary href="#">a[button][outline][small]</a>
|
|
<button outline small primary>button[outline][small]</button>
|
|
</p>
|
|
|
|
<p>
|
|
<a button clear small primary href="#">a[button][clear][small]</a>
|
|
<button clear small primary>button[clear][small]</button>
|
|
</p>
|
|
|
|
<p>
|
|
<button large primary>[large]</button>
|
|
<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>
|
|
</p>
|
|
|
|
<p>
|
|
<a button outline large primary href="#">a[button][outline][large]</a>
|
|
<button outline large primary>button[outline][large]</button>
|
|
</p>
|
|
|
|
<p>
|
|
<a button clear large primary href="#">a[clear][large]</a>
|
|
<button clear large primary>button[clear][large]</button>
|
|
</p>
|
|
|
|
</div>
|