import React from 'react'; import TextareaAutosize from '../src/TextareaAutosize'; class Example extends React.Component { constructor(props) { super(props); this.state = { 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