Skylark Icon Picker

Skylark Icon Picker is a fully customizable widget for skylarkjs.

Source Code Download Donate Supporters

You can use Font Awesome or another font icon set of your choice (icon options and items are customizable).

Demos


{
    //...
    title: 'With custom options',
    icons: [
        {
            title: "fab fa-github",
            searchTerms: ['repository', 'code']
        },
        {
            title: "fas fa-heart",
            searchTerms: ['love']
        },
        {
            title: "fab fa-html5",
            searchTerms: ['web']
        },
        {
            title: "fab fa-css3",
            searchTerms: ['style']
        }
    ],
    selectedCustomClass: 'label label-success',
    mustAccept:true,
    placement:'bottomRight',
    showFooter:true,
    //... (see the source code of this page)
}


Tip: You can use any font library of your choice and add the icons this way, mix them up with Font Awesome icons, etc.