Add Zorn to demo components page
This commit is contained in:
parent
b56765bda5
commit
394d0e004b
1 changed files with 13 additions and 0 deletions
|
@ -4,6 +4,7 @@ Title: Components
|
|||
---
|
||||
|
||||
import { Prism } from '@astrojs/prism';
|
||||
import { Zorn } from "@minpluto/zorn";
|
||||
|
||||
Documentation template for the Astro Web Framework.
|
||||
|
||||
|
@ -79,4 +80,16 @@ This is the source code to the splash template layout.
|
|||
|
||||
<video controls src="https://md.sudovanilla.org/videos/webm/Ennie-and-Yoyki.webm" poster="https://md.sudovanilla.org/images/eay-p-v.jpg"></video>
|
||||
|
||||
The source of both videos above are on a network with limited upload speed, the buffer rate is high.
|
||||
|
||||
|
||||
## Zorn
|
||||
|
||||
<Zorn
|
||||
Poster="https://md.sudovanilla.org/images/eay-p-v.jpg"
|
||||
Video="https://md.sudovanilla.org/videos/webm/Ennie-and-Yoyki.webm"
|
||||
Milieu
|
||||
BigPlayButton
|
||||
/>
|
||||
|
||||
The source of both videos above are on a network with limited upload speed, the buffer rate is high.
|
Loading…
Reference in a new issue