Skip to content

A user-friendly Vanilla JavaScript plugin that enables users to select an icon from a responsive icon browser and displays the corresponding icon class in an input element.

License

GianlucaChiarani/FontAwesomeBrowser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Font Awesome Browser

A user-friendly JavaScript plugin that enables users to select an icon from a responsive icon browser and displays the corresponding icon class in an input element.

DEMO

Installation

<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/GianlucaChiarani/FontAwesomeBrowser@0.5/src/fabrowser.css" />
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/GianlucaChiarani/FontAwesomeBrowser@0.5/src/fabrowser.js"></script>

Usage

<input type="text" data-fa-browser />
<script>
    fabrowser();
</script>

About

A user-friendly Vanilla JavaScript plugin that enables users to select an icon from a responsive icon browser and displays the corresponding icon class in an input element.

Resources

License

Stars

Watchers

Forks