Text input
Textarea
A fixed-height textarea either wastes space or hides the text. This one measures its content and grows, easing the height open instead of jumping it, up to a ceiling you set. Borderless like every other inline field.
npx shadcn@latest add @minflow/textareaWhere to use it
- Descriptions, notes, comments, and release notes.
- Anywhere the expected length varies from one line to a paragraph.
Variations
Auto-growing
The default. Starts at two rows and eases taller as content arrives.
Capped height
When the field sits in a constrained panel and must stop growing at some point, scrolling beyond it.