Update demo
This commit is contained in:
parent
782a4c48ef
commit
e52fd317f1
4 changed files with 5 additions and 1 deletions
|
@ -19,7 +19,8 @@ import Info from '@components/Info.astro'
|
||||||
<Header/>
|
<Header/>
|
||||||
<slot/>
|
<slot/>
|
||||||
<Info Title={Title} Description={Description}>
|
<Info Title={Title} Description={Description}>
|
||||||
<slot name="info"></slot>
|
<div class="info-section"><slot name="info"></slot></div>
|
||||||
|
<div class="code-section"><slot name="code"></slot></div>
|
||||||
</Info>
|
</Info>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -15,6 +15,7 @@ import {Zorn} from '@minpluto/zorn'
|
||||||
CustomControlsWithMenu
|
CustomControlsWithMenu
|
||||||
SettingsMenu
|
SettingsMenu
|
||||||
Whitelabel
|
Whitelabel
|
||||||
|
BigPlayButton
|
||||||
>
|
>
|
||||||
<slot slot="menu">
|
<slot slot="menu">
|
||||||
<button>Stats for Geeks</button>
|
<button>Stats for Geeks</button>
|
||||||
|
|
|
@ -16,6 +16,7 @@ import {Zorn} from '@minpluto/zorn'
|
||||||
SettingsMenu
|
SettingsMenu
|
||||||
Milieu
|
Milieu
|
||||||
Whitelabel
|
Whitelabel
|
||||||
|
BigPlayButton
|
||||||
>
|
>
|
||||||
<slot slot="menu">
|
<slot slot="menu">
|
||||||
<div id="settings" class="vc-menu">
|
<div id="settings" class="vc-menu">
|
||||||
|
|
|
@ -14,6 +14,7 @@ import {Zorn} from '@minpluto/zorn'
|
||||||
WatchId="u9lj-c29dxI"
|
WatchId="u9lj-c29dxI"
|
||||||
Invidious="invidious.nerdvpn.de"
|
Invidious="invidious.nerdvpn.de"
|
||||||
Audio
|
Audio
|
||||||
|
BigPlayButton
|
||||||
>
|
>
|
||||||
</Zorn>
|
</Zorn>
|
||||||
<slot slot="info">
|
<slot slot="info">
|
||||||
|
|
Loading…
Reference in a new issue