Skip to content

Instantly share code, notes, and snippets.

@haldarmahesh
Created August 15, 2017 18:12
Show Gist options
  • Save haldarmahesh/1a249300cd9bb19dfd16b8e0d98a9257 to your computer and use it in GitHub Desktop.
Save haldarmahesh/1a249300cd9bb19dfd16b8e0d98a9257 to your computer and use it in GitHub Desktop.
class ContraMusicPlayer extends React.Component
constructor(props) {
super(props);
this.state = {
volume: 70,
status: 'pause'
}
}
ContraMusicPlayer.defaultProps = {
theme: 'dark'
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment