wisemapping-frontend/packages/mindplot/test/playground/index.html
Matias Arriola aa814d5c2f Merged in bugfix/loading-modal (pull request #26)
Loading modal

* Remove unused bootstrap files

* Fix embedded playground

* Invert mousewheel zoom

* Add LoadingModal and toggle during designer load


Approved-by: Paulo Veiga
2022-01-04 20:11:12 +00:00

34 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>WiseMapping - Mindplot Playground</title>
<style>
html * {
font-family: Arial !important;
}
tbody tr td:first-child {
width: 20%;
}
</style>
</head>
<body>
<h1>WiseMapping Mindplot - Playground</h1>
<p>You will find here a set of examples that shows how you can use integrate WiseMapping Mindplot.</p>
<div>
<ul>
<li><a href="viewmode.html">Mindmap Render:</a> Simple integration to load and render mindaps in read
only mode</li>
<li><a href="editor.html">Mindmap Editor:</a> Example on how mindplot can be used for mindmap edition. Browser local storage is used for persistance.</li>
<li><a href="container.html">Embedded:</a> Example on how to embeded editor in a iframe.</li>
<li><a href="layout.html">Layout Renders:</a> Showcase the different supported layouts.</li>
</ul>
</div>
</body>
</html>