diff options
author | Francesco <firefelix@gmail.com> | 2016-09-14 15:21:26 +0300 |
---|---|---|
committer | Francesco <firefelix@gmail.com> | 2016-09-14 15:21:26 +0300 |
commit | 623aecec665ca868c8bfb69fe40a4618ec524258 (patch) | |
tree | 1bcbed6c2c32122160f5f76f4b7152cf7de2dafc | |
parent | 9c7a4f326e0ac63883004d939cb4b335cfd57e58 (diff) | |
download | react-autosize-textarea-623aecec665ca868c8bfb69fe40a4618ec524258.zip react-autosize-textarea-623aecec665ca868c8bfb69fe40a4618ec524258.tar.gz react-autosize-textarea-623aecec665ca868c8bfb69fe40a4618ec524258.tar.bz2 |
add TextareaAutosize readme
-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 |