README
react-line-editor
You can create an interface such as Dropbox Paper or Typora with using it.
This is kind of like in-line editor, but you can edit as a plain text.
Installation
$ npm install --save react-line-editor
Expandable react text editor interface combined with preview.
<script type="module">
import reactLineEditor from 'https://cdn.skypack.dev/react-line-editor';
</script>
You can create an interface such as Dropbox Paper or Typora with using it.
This is kind of like in-line editor, but you can edit as a plain text.
$ npm install --save react-line-editor