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
View File
@@ -1,3 +1,4 @@
/** Audio-only player preset with playback and volume controls. */
export { audioFeatures } from '@videojs/core/dom';
export { MinimalAudioSkinElement } from '../define/audio/minimal-skin';
export { MinimalAudioSkinTailwindElement } from '../define/audio/minimal-skin.tailwind';
+1
View File
@@ -1 +1,2 @@
/** Ambient background video preset with no user controls. */
export { backgroundFeatures } from '@videojs/core/dom';
+1
View File
@@ -1,3 +1,4 @@
/** General-purpose video player preset with full playback controls. */
export { videoFeatures } from '@videojs/core/dom';
export { MinimalVideoSkinElement } from '../define/video/minimal-skin';
export { MinimalVideoSkinTailwindElement } from '../define/video/minimal-skin.tailwind';