1
0
mirror of synced 2024-11-22 21:36:04 +03:00
vue-formulario/examples/specimens/SpecimenText.vue
2020-04-16 09:22:58 -04:00

17 lines
332 B
Vue

<template>
<div class="specimens specimens--text">
<FormulateInput
label="Username"
type="text"
placeholder="Username"
help="Select a username"
/>
<FormulateInput
label="How old are you?"
type="number"
placeholder="25"
help="Select your age"
/>
</div>
</template>