Textarea

A multi-line text input that shares the Input styling.

Installation

Copy the command below and run it in your terminal.

bunx @sivir/ui add textarea

Usage

Import Textarea and bind its value:

import { Textarea } from '$lib/sivir/components/textarea';

<Textarea bind:value label="Message" rows={4} />

Examples

Textarea in different configurations.

Basic

With label and description

Disabled