Skip to content
Snippets Groups Projects
Verified Commit 6aa481c3 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

chore: add playground for issue #223

parent 2e48a2fe
No related branches found
No related tags found
No related merge requests found
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>optimize tree-menu #223</title>
<script src="223.mjs" type="module"></script>
</head>
<body>
<h1>optimize tree-menu #223</h1>
<p></p>
<ul>
<li class="monster-theme-primary-1"><a
href="https://gitlab.schukai.com/oss/libraries/javascript/monster/-/issues/223">Issue #223</a></li>
<li><a href="/">Back to overview</a></li>
</ul>
<main>
<monster-form>
<monster-field-set>
<monster-details data-monster-option-labels-button="click me">
Yeah, you opened me!
</monster-details>
<monster-details data-monster-option-labels-button="click me">
Yeah, you opened me!
</monster-details>
<monster-details data-monster-option-labels-button="click me">
Yeah, you opened me!
</monster-details>
</monster-field-set>
</monster-form>
</main>
</body>
</html>
/**
* @file development/issues/open/191.mjs
* @url https://gitlab.schukai.com/oss/libraries/javascript/monster/-/issues/191
* @description optimize tree-menu
* @issue 223
*/
import "../../../source/components/style/property.pcss";
import "../../../source/components/style/color.pcss";
import "../../../source/components/style/link.pcss";
import "../../../source/components/style/normalize.pcss";
import "../../../source/components/style/typography.pcss";
import "../../../source/components/tree-menu/tree-menu.mjs";
import "../../../source/components/layout/split-panel.mjs";
import "../../../source/components/layout/panel.mjs";
import "../../../source/components/datatable/datasource/dom.mjs";
import "../../../source/components/datatable/datasource/rest.mjs";
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @file development/issues/open/191.mjs * @file development/issues/open/191.mjs
* @url https://gitlab.schukai.com/oss/libraries/javascript/monster/-/issues/191 * @url https://gitlab.schukai.com/oss/libraries/javascript/monster/-/issues/191
* @description optimize tree-menu * @description optimize tree-menu
* @issue 191 * @issue 233
*/ */
import "../../../source/components/style/property.pcss"; import "../../../source/components/style/property.pcss";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment