Label

Renders an accessible label associated with controls.

Usage

Add the label class to your <label> element. Labels' style may be affected by the presence of a disabled peer or child element.

<label class="label" for="email">Your email address</label>

Examples

Disabled

RTL

Labels support right-to-left layouts through native text flow. Add dir="rtl" to the label or an ancestor.