Docs
Textarea

Textarea

Displays a form textarea or a component that looks like a textarea.

Installation

	npx  shadcn-svelte@latest add textarea

Usage

	<script lang="ts">
  import { Textarea } from "$lib/components/ui/textarea";
</script>
	<Textarea />

Examples

Default

Disabled

With Label

With Text

With Button

Form