{% extends "charisma_django/boxes/col_md.html" %}
{% block boxicon %}
{{ colmdicon|default:"glyphicon-picture" }}
{% endblock %}
{% block boxtitle %}
{{ colmdicontitle|default:"Icons" }}
{% endblock %}
{% block boxcontent %}
Bootstrap uses an
Heads up!
When using beside strings of text, as in buttons or nav links, be sure to leave a space after the
Icons are great, but where would one use them? Here are a few ideas: Essentially, anywhere you can put an Use them in buttons, button groups for a toolbar, navigation, or prepended form inputs.How to use
<i>
tag for all icons, but they have no case class—only a shared
prefix. To use, place the following code just about anywhere:<i class="glyphicon glyphicon-search"></i>
<i>
tag for proper spacing.
Use cases
<i>
tag, you can put an icon.Examples
Icons
Settings can be configured here for Icons
{% endblock %}