FormControl

FormControl is a semantic component that's the equivalent of enabling flexbox with flex-col. The styles vertically position Label and inputs.

Code Example
<FormControl>
  <Label>Type Something</Label>
  <TextInput v-model="value" bordered />
</FormControl>

Components

FormControl is a standalone component.

FormControl

FormControl wraps around other form elements. It has no props.