Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 406 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 406 Bytes

Loading

Component that shows black overlay with loading spinner when player is not in idle, loading or paused state.

Props

Prop Description
player Player engine instance

Usage Example

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