PHP Docs - v1.0.0
Icons Integration

Evohus Admin supports multiple popular icon libraries for creating beautiful, scalable, and modern interfaces. You can easily integrate any of them in your Bootstrap project using Yarn or direct CDN links.

Lucide Icons

Lucide is an open-source icon set focused on crisp, consistent, and minimal icons perfect for modern dashboards.

Installation:
yarn add lucide
Usage:

You can use Lucide icons directly via JavaScript or SVG markup.

<i data-lucide="user" class="text-primary"></i> <script> lucide.createIcons(); </script>
Remix Icons

Remix Icons provide a wide collection of clean and elegant line-style icons. They fit perfectly with both light and dark UI designs.

Installation:
yarn add remixicon
Usage:
<i class="ri-home-2-line text-primary fs-5"></i>
Bootstrap Icons

Bootstrap Icons are the official icon set developed by the Bootstrap team — lightweight, scalable, and fully compatible with all Bootstrap components.

Installation:
yarn add bootstrap-icons
Usage:
<i class="bi bi-bell text-primary fs-5"></i>
Boxicons

Boxicons is a simple vector icon set built for designers and developers, offering both outline and solid styles.

Installation:
yarn add boxicons
Usage:
<i class="bx bx-user text-primary fs-5"></i>
Line Awesome

Line Awesome is a modern line-style alternative to Font Awesome, offering lightweight and visually balanced icons.

Installation:
yarn add line-awesome
Usage:
<i class="la la-heart text-danger fs-5"></i>