0.0.1 • Published 2 years ago

textarea-autosize-reactjs v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

npm version npm version

Textarea Autosize for ReactJS

Replacement for the textarea component which automatically resizes textarea as content changes. A native React version based in the famous autosize function.

Install via NPM

npm install textarea-autosize-reactjs

Use

import TextArea from 'texarea-autosize-reactjs';

<TextArea />

Props

Same props that a normal <textarea />

TODO

  • Tests
  • Demos