Document
    Getting Started
    Installation

Icons

We recommend fontawesome, they give access to free icons, once you create your kit and copy your kit's code into the <head> of each template or page in your project, you can use their icons.

Examples

<button class="icon-wrapper">
   <i class="fa-solid fa-bars icon"></i>
</button>

<button class="icon-wrapper">
  <i class="fa fa-sun icon"></i>
</button>

<button class="icon-wrapper">
  <i class="fa fa-moon icon"></i>
</button>

<button class="icon-wrapper">
  <i class="fa-brands fa-facebook icon"></i>
</button>

<button class="icon-wrapper">
  <i class="fa-brands fa-twitter icon"></i>
</button>

<button class="icon-wrapper">
  <i class="fa fa-github icon"></i>
</button>