react-video
react-video copied to clipboard
Isn't the property from?
The property videoId is optional, so you can use it or not. If you don't pass the property, the component will select your type of video based on your id.
React.render(
<Video videoId={videoId} />
document.querySelector('#your-div')
);
README.md
Don't you mean "the property from is optional"?