react-trailer
Edit page
Getting StartedComponentsVideoPlayerThemingExamples

Components


VideoPlayer

VideoPlayer is the component that comunicate all the components with the HTML5 video API. Internally, it's a provider.

import { VideoPlayer, Viewer } from 'react-trailer';
<VideoPlayer>
<Viewer
url="http://dl5.webmfiles.org/big-buck-bunny_trailer.webm"
nativeControls
/>
</VideoPlayer>

Properties