mdb-ui-kit/docs/components/label.md
FezVrasta 2944488029 renaming of the project
Replaced Material Design for Bootstrap with Bootstrap Material Design everywhere in the project/
2016-08-01 14:17:55 +02:00

2.2 KiB

layout title group
docs Labels components

[//]: # DO NOT EDIT IT WILL BE OVERWRITTEN - copy of bootstrap documentation generated by grunt docs-copy-bootstrap-docs

{% callout info %} Bootstrap Reference Documentation This is a part of the reference documentation from Bootstrap. It is included here to demonstrate rendering with Bootstrap Material Design default styling. See the Material Design section for more elements and customization options. {% endcallout %}

Small and adaptive tag for adding context to just about any content.

Example

Labels scale to match the size of the immediate parent element by using relative font sizing and em units.

{% example html %}

Example heading New

Example heading New

Example heading New

Example heading New

Example heading New
Example heading New
{% endexample %}

Contextual variations

Add any of the below mentioned modifier classes to change the appearance of a label.

{% example html %} Default Primary Success Info Warning Danger {% endexample %}

Pill labels

Use the .label-pill modifier class to make labels more rounded (with a larger border-radius and additional horizontal padding). Useful if you miss the badges from v3.

{% example html %} Default Primary Success Info Warning Danger {% endexample %}