Components/Textarea

Search documentation

Jump to any guide or component.

↑↓ move · Enter open · Esc close

Forms · Textarea

SSR NativeAccessible

Textarea

Captures longer native text input with consistent sizing and errors.

Live previewv0.1.4
Astro
---
import { Textarea } from '@charvesta/cetha';
---

<Textarea name="description" placeholder="Describe this workspace" />

API reference

PropTypeDefaultDescription
invalidbooleanfalseApplies invalid styling and aria-invalid.
size'sm' | 'md' | 'lg''md'Sets minimum control density.
valuestring | numberInitial value.
classstringAdditional classes forwarded to the rendered element.

Accessibility

Compose with Field or provide a programmatic label.