1
0
mirror of synced 2024-11-26 23:36:02 +03:00
vue-formulario/examples/specimens/SpecimenText.vue

17 lines
332 B
Vue
Raw Normal View History

2020-03-29 04:56:11 +03:00
<template>
<div class="specimens specimens--text">
<FormulateInput
label="Username"
type="text"
placeholder="Username"
help="Select a username"
/>
2020-04-16 16:22:58 +03:00
<FormulateInput
label="How old are you?"
type="number"
placeholder="25"
help="Select your age"
/>
2020-03-29 04:56:11 +03:00
</div>
</template>