import React from 'react'; import TextareaAutosize from '../src/TextareaAutosize'; const Example = React.createClass({ propTypes: {}, getInitialState() { return { value: 'replace me with your component' }; }, render() { const textareaStyle = { padding: '10px 8px', border: '1px solid rgba(39,41,43,.15)', borderRadius: 4, fontSize: 15 }; return (

Empty

Minimum Height

Prefilled

{'You can compare with this normal react