2020-05-17 22:06:55 +03:00
|
|
|
<template>
|
2020-10-09 22:58:28 +03:00
|
|
|
<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>
|
2020-05-17 22:06:55 +03:00
|
|
|
</div>
|
|
|
|
</template>
|