tetra-ui Logotetra ui

Textarea Input

A component that allows users to enter larger text.

textarea-input

Installation

npx shadcn@latest add @tetra-ui/textarea-input

Usage

import { TextareaInput } from "@/components/ui/textarea-input";
<TextareaInput placeholder="Enter your message" />

Invalid

<TextareaInput invalid placeholder="Enter your message" />

Disabled

<TextareaInput disabled placeholder="Enter your message" />

The textarea grows vertically with content. Tap anywhere on the field to focus the input.

On this page