Skip to content

Instantly share code, notes, and snippets.

@arqex
Created January 3, 2016 12:09
Show Gist options
  • Save arqex/76645eaf7dd48e5998a3 to your computer and use it in GitHub Desktop.
Save arqex/76645eaf7dd48e5998a3 to your computer and use it in GitHub Desktop.
<Video src="path/to/my/video.mp4"
play={ this.state.play }
onButtonClick={ () => this.setState({play: !this.state.play}) }
time="1:00:000" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment