import { html, cssManager } from '@design.estate/dees-element'; export const demo = () => html`
Video with Custom Controls
A video player with overlay controls, seeking, and volume adjustment.
Autoplay Muted
Video that autoplays muted, commonly used for previews.
Native Controls
Video using browser-native controls instead of custom overlay.
`;