Textarea
Multiline text field used for comments, notes, and longer form content.
Installation
npx @glass-ui-kit/cli add textareaUsage
Examples
Default
The base textarea uses the same glass surface treatment as the rest of the system and defaults to a resizable multiline field.
Glass
Add the glass class when you want the textarea to pick up a stronger glassmorphism surface.
Disabled
The disabled state follows the native disabled attribute and applies reduced opacity plus blocked pointer interaction.
Form Composition
Compose Textarea with native labels and helper text to build accessible form layouts without adding extra props.
Keep it brief. You can always edit this later.
Styling & API
Textarea accepts standard HTML textarea attributes and keeps styling fully class-driven. It ships with resize-y, a minimum height, and a default glass surface unless you override it with your own classes.