Autosize Textarea
A textarea that automatically grows and shrinks to fit its content.
@spectrumui/autosize-textarea-demo
Login to view codeCreate a free account to access component source code
Installation
Login to view commandCreate a free account to access the install command
Usage
Max height
@spectrumui/autosize-textarea-max-height
Login to view codeCreate a free account to access component source code
ref
@spectrumui/autosize-textarea-ref
current max height from ref: 0
Login to view codeCreate a free account to access component source code
Form
@spectrumui/autosize-textarea-form
Login to view codeCreate a free account to access component source code
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
Login to view codeCreate a free account to access component source code