1.0.6 • Published 8 years ago

react-flexi-textarea v1.0.6

Weekly downloads
22
License
MIT
Repository
github
Last release
8 years ago

react-flexi-textarea

Automatically adjusts the height of the textarea as user types

Installation

React Autogrow Textarea can be installed as an npm package

npm install react-flexi-textarea --save

Usage

import React from 'react';
import Textarea from 'react-flexi-textarea';

let App = React.createClass({
  render() {
    return (
      <Textarea />
    );
  }
});

React.render(<App/>, document.getElementById('container'));

You can pass all props that can be used with default React textarea

License

This project is licensed under the terms of the MIT license.

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.1

8 years ago

0.0.13

9 years ago

0.0.12

9 years ago

0.0.11

9 years ago

0.0.10

9 years ago

0.0.5

10 years ago