reactjs-tiptap-editor
reactjs-tiptap-editor copied to clipboard
The design of hideToolbar is not very reasonable
I think Toolbar and RichTextEditor should be split into two separate components, allowing users to combine them by themselves. If the user does not need the Toolbar, it is only necessary not to import it.
Most importantly, we can also very easily define different css for the Toolbar and RichTextEditor respectively to achieve the following common editor layout structure