Textarea

A multi-line text input field.

Loading preview…

Installation

Usage

Use textarea for multi-line text entry. Bind value like a standard form control.

1<script lang="ts">
2	import { Textarea } from '~/components/textarea';
3</script>
4
5<Textarea placeholder="Type your message here." />