6.8k

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

Installation

pnpm dlx shadcn-svelte@latest add textarea

Usage

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

Examples

Default

Disabled

With Label

With Text

With Button

Form