Encapsulate input elements with labels, descriptions, and validation.
Because using the field component in its full form can be verbose and repetitive, all form controls in flux allow you pass a label and a description parameter directly. Under the hood, they will be wrapped in a field with an error component automatically.
Position the field description directly below the input.
Badges allow you to enhance a field with additional information such as being "required" or "optional" when it might not be expected.