Skip to content

Text area autosize component for ReactJS. Adjust textarea height to fit text.

License

Notifications You must be signed in to change notification settings

albertcito/textarea-autosize-reactjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Text area autosize component for ReactJS. Adjust textarea height to fit text.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published