1
0
mirror of synced 2024-11-23 05:46:05 +03:00
vue-formulario/examples/specimens/SpecimenTextarea.vue

14 lines
330 B
Vue
Raw Normal View History

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