add tabs to demos

This commit is contained in:
Philipp Kühn
2021-03-19 18:36:27 +01:00
parent 7a20640872
commit 40f14f904c
6 changed files with 126 additions and 33 deletions

View File

@@ -1,7 +1,6 @@
# Suggestions
## Vue
<demo name="Examples/Community/Vue" />
## React
<demo name="Examples/Community/React" />
<demos :items="{
Vue: 'Examples/Community/Vue',
React: 'Examples/Community/React',
}" />

View File

@@ -1,8 +1,7 @@
# 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.
## Vue
<demo name="Examples/Default/Vue" />
## React
<demo name="Examples/Default/React" />
<demos :items="{
Vue: 'Examples/Default/Vue',
React: 'Examples/Default/React',
}" />