add tabs to demos
This commit is contained in:
@@ -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',
|
||||
}" />
|
||||
|
||||
@@ -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',
|
||||
}" />
|
||||
|
||||
Reference in New Issue
Block a user