summaryrefslogtreecommitdiffstats
path: root/src/README.md
blob: b5dd2101f983158a2573ff80180022e46562533e (plain)
1
2
3
4
5
6
7
8
9
# TextareaAutosize

A light replacement for built-in textarea component
which automaticaly adjusts its height to match the content

## Props
|Name|Type|Default|Description|
|----|----|-------|-----------|
| **onResize** | <code>Function</code> |  | *optional*. Called whenever the textarea resizes |