{getButton} $text={download} $icon={download} $color={#8727F5}
{getButton} $text={preview} $icon={preview} $color={#F52727}
{getButton} $text={contact} $size={2} $icon={contact} $color={#F52727}
1 {getButton} $text={preview} $icon={preview} $color={Hex Color}
2. {getButton} $text={link} $icon={gift} $color={Hex Color}
Button
{getButton} $text={Button Text} $icon={Icon Name} $color={Hex Color} $size={Button Size} $info={Info Text}
Available Icons: preview, download, link, cart, share, contact, info, paypal, whatsapp, gift
Alert Box
{alertSuccess}, {alertInfo}, {alertWarning}, {alertError}
Contact Form - bold
{contactForm}
Code Box
{codeBox}
Social Link
{getSocial}
Supported Icons
google, blogger, apple, amazon, microsoft, facebook, facebook-f, twitter, rss, youtube, skype, stumbleupon, tumblr, vk, stack-overflow, github, linkedin, dribbble, soundcloud, behance, digg, instagram, threads, pinterest, pinterest-p, twitch, steam, delicious, codepen, flipboard, reddit, whatsapp, telegram, messenger, snapchat, discord, quora, tiktok, email, share, external-link
Table
<table>
<thead>
<tr>
<th>Firstname</th>
<th>Lastname</th>
<th>Email</th>
</tr>
</thead>
<tbody>
<tr>
<td>John</td>
<td>Doe</td>
<td>john@example.com</td>
</tr>
<tr>
<td>Mary</td>
<td>Moe</td>
<td>mary@example.com</td>
</tr>
<tr>
<td>July</td>
<td>Dooley</td>
<td>july@example.com</td>
</tr>
</tbody>
</table>