summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco <firefelix@gmail.com>2015-06-09 16:26:44 +0200
committerFrancesco <firefelix@gmail.com>2015-06-09 16:26:44 +0200
commit472048d2afd6ede93715cd20fe20156ba6e679f0 (patch)
tree516f3917d8051916d2db2760311e464d5ee49c19
parentaa131b53dca33a2e83d99e24946f61f70a4fac26 (diff)
downloadreact-autosize-textarea-472048d2afd6ede93715cd20fe20156ba6e679f0.zip
react-autosize-textarea-472048d2afd6ede93715cd20fe20156ba6e679f0.tar.gz
react-autosize-textarea-472048d2afd6ede93715cd20fe20156ba6e679f0.tar.bz2
README
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6f868b7
--- /dev/null
+++ b/README.md
@@ -0,0 +1,10 @@
+# React Textarea Autosize
+A light replacement for built-in textarea component which automaticaly adjusts its height to match the content.
+**It does not require any polyfill**
+
+This module is based on the very popular autosize library. Check its website [here](http://www.jacklmoore.com/autosize/) for more documentation.
+
+#####Browser Compatibility
+| Chrome | Firefox | IE | Safari | Android |
+| ------------- | ------------- | ----- | ------ | ------- |
+| Yes | Yes | 9+ | Yes | 4+ | \ No newline at end of file