A multi-line text input that shares the Input styling.
Copy the command below and run it in your terminal.
bunx @sivir/ui add textarea
pnpm dlx @sivir/ui add textarea
npx @sivir/ui add textarea
yarn dlx @sivir/ui add textarea
Import Textarea and bind its value:
import { Textarea } from '$lib/sivir/components/textarea'; <Textarea bind:value label="Message" rows={4} />
Textarea in different configurations.