react-textarea-autosize
Drop-in replacement for the textarea component which automatically resizes textarea as content changes. A native React version of the popular jQuery Autosize!
This module supports IE9 and above.
; // If you use CommonJS syntax://// var Textarea = require('react-textarea-autosize').default; React;
Install
npm install react-textarea-autosize
Demo
https://andreypopp.github.io/react-textarea-autosize/
Development
To release patch, minor or major version:
% make release-patch
% make release-minor
% make release-major
To publish release:
% make publish