mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
47 lines
1.2 KiB
HTML
47 lines
1.2 KiB
HTML
|
|
<div class="padding" style="text-align:center">
|
|
|
|
<p>
|
|
<button clear>D</button>
|
|
<button clear class="hover">D.hover</button>
|
|
<button clear class="activated">D.activated</button>
|
|
</p>
|
|
|
|
<p>
|
|
<button clear primary>P</button>
|
|
<button clear primary class="hover">P.hover</button>
|
|
<button clear primary class="activated">P.activated</button>
|
|
</p>
|
|
|
|
<p>
|
|
<button clear secondary>S</button>
|
|
<button clear secondary class="hover">S.hover</button>
|
|
<button clear secondary class="activated">S.activated</button>
|
|
</p>
|
|
|
|
<p>
|
|
<button clear danger>D</button>
|
|
<button clear danger class="hover">D.hover</button>
|
|
<button clear danger class="activated">D.activated</button>
|
|
</p>
|
|
|
|
<p>
|
|
<button clear light>L</button>
|
|
<button clear light class="hover">L.hover</button>
|
|
<button clear light class="activated">L.activated</button>
|
|
</p>
|
|
|
|
<p>
|
|
<button clear stable>S</button>
|
|
<button clear stable class="hover">S.hover</button>
|
|
<button clear stable class="activated">S.activated</button>
|
|
</p>
|
|
|
|
<p>
|
|
<button clear dark>D</button>
|
|
<button clear dark class="hover">D.hover</button>
|
|
<button clear dark class="activated">D.activated</button>
|
|
</p>
|
|
|
|
</div>
|