1.0.6 • Published 7 years ago

react-flexi-textarea v1.0.6

Weekly downloads
22
License
MIT
Repository
github
Last release
7 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

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.1

7 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.5

9 years ago