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>
|