Textarea
A multi-line input for notes, summaries, and message drafts.
The Textarea Component
Basic Usage
Code Snippet
<script lang="ts"> import { Textarea } from '$lib/components'; let value = $state(''); </script> <Textarea bind:value={value} rows={5} placeholder="Write a short summary" />Examples
States
Use helper and error copy when the text needs stronger guidance.
