Font Awesome Icon Picker is a fully customizable plugin for Twitter Bootstrap,
with a powerful base API,
based on
Bootstrap Popover Picker
You can use Font Awesome or another font icon set of your choice (icon options and items are customizable).
{ //... title: 'With custom options', icons: ['github', 'heart', 'html5', 'css3'], selectedCustomClass: 'label label-success', mustAccept:true, placement:'bottomRight', showFooter:true, //... (see the source code of this page) }
Note: In dropdowns the placement is controlled by the Bootstrap dropdown plugin
{ //... icons:['home', 'repeat', 'search', 'arrow-left', 'arrow-right', 'star'], iconBaseClass:'glyphicon', iconComponentBaseClass:'glyphicon', iconClassPrefix:'glyphicon-' //... }