Socket
Book a DemoInstallSign in
Socket

iconify-select-plugin

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iconify-select-plugin

Iconify Select Plugin enhances icon selection with a user-friendly interface and efficient searching.

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

Iconify Select Plugin

Iconify Select Plugin is a tiny JavaScript module that enhances icon selection experience.

It seamlessly integrates with the iconify.design library to provide a user-friendly interface for effortless searching and selecting icons. The module is designed to be extremely easy to use. Simply load the plugin's JavaScript file, and it will dynamically load its stylesheet and the necessary Iconify library.

The plugin offers efficient searching through an API, making it simple to find and select the perfect icon for your project.

Feel free to adjust and customize the description to fit your specific preferences and style.

Where can I find the demo?

Check it out here.

How does it work?

To use Iconify Select Plugin, add the following script tag to your webpage:

<script src="https://cdn.jsdelivr.net/npm/iconify-select-plugin@1/iconify-select-plugin.min.js"></script>

Next, add an HTML element that loads the iconify-select-plugin, specifying the data-icon-input and data-color-input parameters. These parameters refer to the classes of two separate inputs where the module will write the icon code and color of your selection.

<button class="iconify-open-dialog" data-icon-input="iconify-select" data-color-input="iconify-color">Find an icon!</button>
<input type="text" class="iconify-select">
<input type="text" class="iconify-color">

Keywords

iconify

FAQs

Package last updated on 15 Jul 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts