1
0
mirror of synced 2024-11-25 14:56:03 +03:00
vue-formulario/examples/specimens/SpecimenTextarea.vue
2020-10-19 13:45:11 +03:00

14 lines
388 B
Vue

<template>
<div class="specimens specimens--text">
<h2>Textarea classification</h2>
<div class="specimen specimen--single">
<h3>Textarea</h3>
<FormulateInput
label="What is your life story?"
type="textarea"
help="I want to hear all about it!"
/>
</div>
</div>
</template>