UNPKG

@aidenlx/player

Version:

Headless web components that make integrating media on the a web a breeze.

12 lines (9 loc) 151 B
import { css } from 'lit'; export const mediaControllerStyles = css` :host { display: block; } :host([hidden]) { display: none; } `;