diff options
-rw-r--r-- | src/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/README.md b/src/README.md new file mode 100644 index 0000000..1abbeac --- /dev/null +++ b/src/README.md @@ -0,0 +1,8 @@ +# 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 |
\ No newline at end of file |