1.0.0 • Published 6 years ago
react-resizable-textarea-editor v1.0.0
Resizable TextArea in React JS
npm install --save react react-dom react-resizable-text-area
https://vineetkumarkushwaha.github.io/react-resizable-text-area/docs/index.html
Features:- 1) Increase font size of text by resizing the text area. 2) Double click to enter into edit mode. 3) Select text to see background and font color options.
<RichTextInput
  text={html}
  width={329}
  fontSize={21.7}
  top={11}
  left={44}
  getHTML={html=> {
        console.log(html);
  }}
/>Video :- https://vineetkumarkushwaha.github.io/react-resizable-text-area/docs/Rich%20Text%20Input.webm
1.0.0
6 years ago