feat(react): implement default and minimal video skins (#550)

This commit is contained in:
Sam Potts
2026-02-19 07:43:44 +11:00
committed by GitHub
parent b3a31a335a
commit 7d3be367f5
44 changed files with 1332 additions and 160 deletions
@@ -0,0 +1 @@
export * from './buffering-indicator';
@@ -0,0 +1 @@
export { FullscreenButton, type FullscreenButtonProps } from './fullscreen-button';
@@ -0,0 +1 @@
export { MuteButton, type MuteButtonProps } from './mute-button';
@@ -0,0 +1 @@
export * from './pip-button';
@@ -0,0 +1 @@
export { PlayButton, type PlayButtonProps } from './play-button';
+1
View File
@@ -0,0 +1 @@
export { Poster, type PosterProps } from './poster';
@@ -0,0 +1 @@
export * from './seek-button';