-
Notifications
You must be signed in to change notification settings - Fork 3
AdibaIcon Wiki
AdibaIcon is a versatile icon collection that allows you to easily integrate customizable icons into your projects. This wiki provides comprehensive information on how to use, customize, and get the most out of AdibaIcon in your web development or design projects.
Introduction Usage Getting Started Icon Classes Customization Contributing License
AdibaIcon is a library of icons designed to simplify the process of adding icons to your websites, web applications, and more. It offers a wide range of icons that you can easily incorporate into your projects.
To get started with AdibaIcon, follow these simple steps:
Download the AdibaIcon library from the official repository.
Include the library in your project by adding the necessary CSS and/or JavaScript files.
Use the provided HTML markup to insert icons into your web pages.
Icon Classes AdibaIcon icons are represented by specific class names. Here are some common classes and their meanings:
icon-home: Represents a home icon. icon-user: Represents a user icon. icon-settings: Represents a settings icon. You can apply these classes to your HTML elements to display the corresponding icons.
<span class="adiba-icon icon-home"></span>
<span class="adiba-icon icon-user"></span>
<span class="adiba-icon icon-settings"></span>
AdibaIcon allows you to customize the appearance of icons by adding additional classes for size, color, and other attributes. Experiment with different classes to achieve the desired look for your icons.
icon-lg: Makes the icon larger. icon-md: Sets the icon to medium size. icon-sm: Reduces the icon to a small size. Color Classes icon-red: Sets the icon color to red. icon-blue: Sets the icon color to blue. icon-green: Sets the icon color to green.
We welcome contributions from the community to improve and expand the AdibaIcon library. If you'd like to contribute, please follow our Contribution Guidelines.
AdibaIcon is distributed under the MIT License. You are free to use, modify, and distribute it in your projects.