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

chore: add showroot files

parent f77b0b41
No related branches found
No related tags found
No related merge requests found
showroom/video/assets/README-1712252563243.png

27.1 KiB

<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=0.1">
<title>Panel</title>
<script type="module" src="./script.mjs"></script>
<style>
*:not(:defined) {
visibility: hidden;
}
</style>
</head>
<body>
<monster-panel >
<monster-split-panel orientation="horizontal">
<monster-panel slot="start" data-monster-option-heightadjustment="-8">
<h2>start panel</h2>
<p>lorem imsum</p>
<p>lorem imsum</p>
</monster-panel>
<monster-panel slot="end">
<h2>end panel</h2>
</monster-panel>
</monster-split-panel>
</monster-panel>
</body>
</html>
import "@schukai/monster/source/components/style/property.pcss"
import "@schukai/monster/source/components/style/normalize.pcss"
import "@schukai/monster/source/components/style/typography.pcss"
import "@schukai/monster/source/components/style/color.pcss"
import "@schukai/monster/source/components/layout/split-panel.mjs"
import "@schukai/monster/source/components/layout/panel.mjs"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment