Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 596 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 596 Bytes

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