React textarea: easy, transparent textarea component for ReactJS (autoheight, adjustable, responsive text input element) access to textarea attributes and textarea style
import SmTextarea from 'SmartTextarea.jsx';
<SmTextarea
onChange={(e) => console.log(e)}
/>
<SmTextarea
onChange={(e) => console.log(e)}
hintText="enter text here"
/>
<SmTextarea
style={{border: "solid 1px rgb(169, 169, 169)", padding: {4}, paddingLeft: {8}, …}}
styleMouseOver={{}}
styleFocus={{outlineColor: "rgb(77, 144, 254)", outlineOffset: {-2}, outlineStyle: "auto", …}}
hintText="chrome style"
/>