Simplex

Components

Form-container

The form-container component is used to define a specific amount of spacing below each form control. The amount of spacing is defined as a global variable.

Overall usage

Used as a container for all form controls - allowing authors to control the space below each form control.

Accessibility

N/A


.form-container

form control
<div class="form-container">
  ...
</div>