0.2.2 • Published 5 years ago

react-resizable-textarea v0.2.2

Weekly downloads
279
License
MIT
Repository
github
Last release
5 years ago

Build Status

react-resizable-textarea

With this ReactJs component you can render textarea's that are resizable in IE, just like in Chrome and Firefox

Usage:

import ResizableTextArea from 'react-resizable-textarea';

<ResizableTextArea value={ 'some text' } onChange={ (e) => window.alert(e.target.value) } />

Optional props

<ResizableTextArea
	directions="xy" // "x"|"y"|"xy" - Resizable directions
	fitOnMount // Auto size the textarea's height on mount
	minWidth={300} // Minimum width in px
	minHeight={100} // Minimum height in px
/>

Development

npm install // installs all dependencies
npm run dev-server // starts webserver, runs webpack to create demo bundle and opens a browser
0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago