A container which arranges its children vertically, with captions next to them.
type: Boolean
Whether the form adds some padding between its children.
The following attributes can be added to child components to change the way they are handled by the form container.
type: String
The caption displayed next to the child component.
Whether the child stretches to fill available space.
Last updated 7 years ago
<Form padded> <TextInput label="First name:" v-model="firstName"/> <TextInput label="Last name:" v-model="lastName"/> </Form>