diff --git a/docs/package.json b/docs/package.json index 12148378..0edaa542 100644 --- a/docs/package.json +++ b/docs/package.json @@ -22,6 +22,7 @@ "react-dom": "^17.0.1", "remark-container": "^0.1.2", "remark-toc": "^7.0.0", + "remixicon": "^2.5.0", "vue-github-button": "^1.1.2", "vue-live": "^1.16.0", "y-indexeddb": "^9.0.5", diff --git a/docs/src/demos/Examples/CollaborativeEditing/MenuBar.vue b/docs/src/demos/Examples/CollaborativeEditing/MenuBar.vue new file mode 100644 index 00000000..7c8b8eb2 --- /dev/null +++ b/docs/src/demos/Examples/CollaborativeEditing/MenuBar.vue @@ -0,0 +1,132 @@ + + + + + diff --git a/docs/src/demos/Examples/CollaborativeEditing/MenuItem.vue b/docs/src/demos/Examples/CollaborativeEditing/MenuItem.vue new file mode 100644 index 00000000..8e27898e --- /dev/null +++ b/docs/src/demos/Examples/CollaborativeEditing/MenuItem.vue @@ -0,0 +1,57 @@ + + + + + diff --git a/docs/src/demos/Examples/CollaborativeEditing/index.vue b/docs/src/demos/Examples/CollaborativeEditing/index.vue index 09a9fc70..3c7f1248 100644 --- a/docs/src/demos/Examples/CollaborativeEditing/index.vue +++ b/docs/src/demos/Examples/CollaborativeEditing/index.vue @@ -1,71 +1,9 @@