Buttons
Buttonโ
- Preview
- HTML
- JSX
<button class="btn rounded md h-darker">button</button>
<button className="btn round md h-outline">button</button>
Shadow Buttonโ
- Preview
- HTML
- JSX
<button class="shdw-btn rounded md h-darker">button</button>
<button className="shdw-btn round md h-translate">button</button>
Icon Buttonโ
- Preview
- HTML
- JSX
<button class="icn-btn rounded md h-outline red">๐</button>
<button className="icn-btn round md h-translate green">๐ฅ</button>