Form Controls

Inputs, selects, text areas, checkboxes, radios, and other building blocks for forms.

Modifier ClassesModifiesDescription
.field--checkbox.fieldAdds checkbox styling.
.field--color.fieldAdds native color picker styling.
.field--radio.fieldAdds radio button styling.
.field--select.fieldAdds select input styling.

Basic Controls
 <div class="field">
    <label class="field__label">Text Field</label>
    <input class="field__control" type="text" placeholder="Placeholder..." />
</div>