Component that shows black overlay with loading spinner when player is not in idle
, loading
or paused
state.
Prop | Description |
---|---|
player | Player engine instance |
//@flow import { h, Loading } from 'playkit-js-ui'; export default function customUIPreset(props: any) { return (
<Loading />
) }