Bootstrap 3.0 IconPicker works by providing a collection of icons from which the user can select one using a popup window that appears when clicking inside a form field.
The component can be used in two ways.
Developers can use it as a standalone widget when developing an application, the picker producing the necessary CSS class for embedding that icon in the HTML code whenever a symbol is selected.
Or it can be used as a full-on frontend widget for letting users select and attach their icon selection to a profile field or settings panel just like with other type of data (color code, date, time, etc.).
Bootstrap 3.0 IconPicker was built to work with the Glyphicon icon font included in Bootstrap 3.x.
In case you want to make the entire Glyphicon font icon set available via your widget, the popup window is also paginated and also comes with a search field for easily filtering the available icon set.
A sample icon picker is included with the download package.
Requirements:
- JavaScript enabled on client side
- jQuery
- Bootstrap
Comments not found