Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 341 Bytes

File metadata and controls

17 lines (12 loc) · 341 Bytes

Fullscreen

Component that toggles fullscreen state.

Props

Prop Description
player Player engine instance

Usage Example

//@flow import { h, Fullscreen } from 'playkit-js-ui'; export default function customUIPreset(props: any) { return (
<Fullscreen />
) }