react-autosize

0.1.0 • Public • Published

react-textarea-autosize

React component to adjust textarea height automatically to fit text.

Install

npm install react-textarea-autosize --save

Example

var React = require('react'); 
var Textarea = require('react-textarea-autosize');
 
var TextareaDemo = React.createClass({
  render: function () {
    return (
      <Textarea>
        When you enter more text in this textarea,
        its height increases automatically instead of showing a scrollbar. 
      </Textarea>
    );
  }
});

Package Sidebar

Install

npm i react-autosize

Weekly Downloads

4

Version

0.1.0

License

MIT

Last publish

Collaborators

  • akiran