Free components for building your own support agent — bring any backend.Want the agent too? Inflection resolves support requests inside your app.

Hook

useAutosizeTextarea

Grows a textarea to fit its content up to a maximum height, then scrolls.

Install

npx shadcn@latest add https://ui.inflection.network/r/use-autosize-textarea.json

Usage

Returns

NameTypeDescription
value*stringThe current text, measured on every change.
maxHeightnumberPixels, after which it scrolls instead of growing.Default: 160

* required