Form

Component names:

  • <v-form>
  • <v-input>
  • <v-select>

Examples

Basic

<div class="app">
  <v-form>
    <v-input class="mb-5" placeholder="Navn"></v-input>
    <v-input class="mb-5" placeholder="E-mail"></v-input>
    <v-textarea class="mb-5" placeholder="Beskrivelse"></v-textarea>
  </v-form>
</div>
1
2
3
4
5
6
7

API

Name Type Description Default
font-size Number Defines the size of the text.

Valid values: 1, 2, 3, 4, 5, 6, 7, 8, 9
4
font-md-size Number A breakpoint specific version of font-size 5
font-lg-size Number A breakpoint specific version of font-size 6
slot:cite Slot Slot representing the source of a quotation. -

Notice

All other properties that are not defined above, will be passed to the component as html attributes. This is especially useful for adding the class attribute.