move React components to a package, translate default editor example to React

This commit is contained in:
Hans Pagel
2021-02-26 02:00:35 +01:00
parent 38952fb8c9
commit bf5fb2ad3c
12 changed files with 319 additions and 4 deletions

View File

@@ -1,4 +1,8 @@
# Default text editor
Did we mention that you have full control over the rendering of the editor? Here is barebones example without any styling, but packed with a whole set of common extensions.
<demo name="Examples/Default" />
## Vue
<demo name="Examples/Default/Vue" />
## React
<demo name="Examples/Default/React" />