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/>
|
||||
<slot/>
|
||||
<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>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -15,6 +15,7 @@ import {Zorn} from '@minpluto/zorn'
|
|||
CustomControlsWithMenu
|
||||
SettingsMenu
|
||||
Whitelabel
|
||||
BigPlayButton
|
||||
>
|
||||
<slot slot="menu">
|
||||
<button>Stats for Geeks</button>
|
||||
|
|
|
@ -16,6 +16,7 @@ import {Zorn} from '@minpluto/zorn'
|
|||
SettingsMenu
|
||||
Milieu
|
||||
Whitelabel
|
||||
BigPlayButton
|
||||
>
|
||||
<slot slot="menu">
|
||||
<div id="settings" class="vc-menu">
|
||||
|
|
|
@ -14,6 +14,7 @@ import {Zorn} from '@minpluto/zorn'
|
|||
WatchId="u9lj-c29dxI"
|
||||
Invidious="invidious.nerdvpn.de"
|
||||
Audio
|
||||
BigPlayButton
|
||||
>
|
||||
</Zorn>
|
||||
<slot slot="info">
|
||||
|
|
Loading…
Reference in a new issue