Skip to content

VineetKumarKushwaha/react-resizable-text-area

Repository files navigation

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

About

A resizable react text area where you can change background and font color and text.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages