feat(example/react): improvements to react examples (#210)

This commit is contained in:
Sam Potts
2025-12-10 09:27:38 +11:00
committed by GitHub
parent 546989c2be
commit c35b012250
57 changed files with 2886 additions and 2138 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import '@videojs/html/skins/frosted';
document.getElementById('app').innerHTML = /* html */ `
document.getElementById('app')!.innerHTML = /* html */ `
<video-provider>
<media-skin-frosted style="border-radius: 2rem; width: 100%; margin: 2rem auto; aspect-ratio: 16/9">
<video
+1 -1
View File
@@ -1,6 +1,6 @@
import '@videojs/html/skins/minimal';
document.getElementById('app').innerHTML = /* html */ `
document.getElementById('app')!.innerHTML = /* html */ `
<video-provider>
<media-skin-minimal style="border-radius: 0.75rem; width: 100%; margin: 2rem auto; aspect-ratio: 16/9">
<video