growing-textarea-component

1.0.0 • Public • Published

Growing textarea react component

React component that creates a textarea that increases it's height in order to neatly contain its text content.

Usage

<GrowingTextarea 
    ref="input"
    className="no-flow autosave" 
    value={this.state.value}
    onChange={this.handle_change}
/>

Readme

Keywords

Package Sidebar

Install

npm i growing-textarea-component

Weekly Downloads

0

Version

1.0.0

License

ISC

Last publish

Collaborators

  • groovy354