Textarea
Displays a form textarea or a component that looks like a textarea.
Installation
Usage
<script lang="ts">
import { Textarea } from "$lib/components/ui/textarea/index.js";
</script>
<Textarea placeholder="Type your message here." />