feat(site): feature and preset reference UI + docs integration (#1258)

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Darius Cepulis
2026-04-14 17:19:01 -05:00
committed by GitHub
co-authored by Claude Opus 4.6
parent 5301202a18
commit d4b805ea69
35 changed files with 643 additions and 234 deletions
@@ -1,3 +1,4 @@
/** Audio-only player preset with playback and volume controls. */
export { audioFeatures } from '@videojs/core/dom';
export { Audio, type AudioProps } from '@/media/audio';
export * from './minimal-skin';
@@ -1,3 +1,4 @@
/** Ambient background video preset with no user controls. */
export { backgroundFeatures } from '@videojs/core/dom';
export { BackgroundVideo, type BackgroundVideoProps } from '@/media/background-video';
export * from './skin';
@@ -1,3 +1,4 @@
/** General-purpose video player preset with full playback controls. */
export { videoFeatures } from '@videojs/core/dom';
export { Video, type VideoProps } from '@/media/video';
export * from './minimal-skin';