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