summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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