Docs
Textarea

Textarea

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

Installation

	npx shadcn-svelte add textarea
	npx shadcn-svelte add textarea

Usage

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

Examples

Default


Disabled


With Label


With Text

Your message will be copied to the support team.


With Button