Fontawesome Iconpicker screenshot

Fontawesome Iconpicker

Author Avatar Theme by Itsjavi
Updated: 4 Jun 2020
565 Stars

Font Awesome Icon Picker component for Bootstrap.

Overview

Font Awesome Icon Picker is a customizable plugin designed for Twitter Bootstrap, offering a versatile base API built on bootstrap-popover-picker. This plugin allows users to utilize Font Awesome 5 or any other preferred font icon set, with a customizable icon list.

Features

  • Fully Customizable: Customize the plugin to suit your needs.
  • Support for Font Awesome 5: Use Font Awesome 5 icons or another font icon set of your choice.
  • Powerful Base API: Built on bootstrap-popover-picker for a strong foundation.
  • Triggered Events: Various events can be triggered with access to the plugin instance.

Installation

To install the Font Awesome Icon Picker plugin, you can follow these steps:

  1. Include the necessary CSS and JavaScript files.
<link rel="stylesheet" href="path/to/icon-picker.css">
<script src="path/to/icon-picker.js"></script>
  1. Initialize the plugin on your HTML element.
<script>
  $('#iconpicker').iconpicker();
</script>

Summary

Font Awesome Icon Picker is a versatile plugin that enhances the functionality of Twitter Bootstrap by providing a customizable icon selection feature. With support for Font Awesome 5 and other font icon sets, along with a powerful base API and triggered events, this plugin offers a seamless integration for users looking to enhance their web applications with icons.