Bootstrap Popover Picker Demos

Demo featuring a Font Awesome icon picker (bundled with the library)

$('.pck-opts').picker({
    title: 'With custom options',
    selectableItems: ['github', 'heart', 'html5', 'css3'],
    selectedCustomClass: 'label label-success',
    mustAccept:true,
    placement:'bottomRight',
    showFooter:true,
    //... (see the source code of this page)
});