Autosize Textarea

A textarea that automatically grows and shrinks to fit its content.

@spectrumui/autosize-textarea-demo

Installation

Login to view commandCreate a free account to access the install command

Usage

Max height

@spectrumui/autosize-textarea-max-height

ref

@spectrumui/autosize-textarea-ref

current max height from ref: 0

Form

@spectrumui/autosize-textarea-form

Customize

This is an example that you can use the hook useAutosizeTextArea() to create your own textarea to match your needs.

In this example, we use react-hook-form and shadcn-ui Textarea to fully control your customize textarea.

@spectrumui/autosize-textarea-customize