Label

The form label, tied to its control.

Source: src/stylus/elements/label.styl

Default

Point for at the control's id so clicking the text focuses it.

<label for="doc-label-input">Workspace name</label>
<input id="doc-label-input" type="text" value="Skeletonic" />