Merged in mindplot-webcomponent (pull request #21)

Mindplot webcomponent

* webcomoponent poc in public view

* webcomponent in public view
This commit is contained in:
Gonzalo Martinez 2022-08-26 01:35:16 +00:00 committed by Paulo Veiga
parent 485814f22a
commit 777a5a5212

View File

@ -53,7 +53,7 @@
</head> </head>
<body> <body>
<div id="root" class="mindplot-root"> <div id="root" class="mindplot-root">
<div id="mindplot" style={mindplotStyle} className="wise-editor"></div> <mindplot-component id="mindmap-comp"></mindplot-component>
<div id="mindplot-tooltips" className="wise-editor"></div> <div id="mindplot-tooltips" className="wise-editor"></div>