Skip to content

Instantly share code, notes, and snippets.

@haldarmahesh
Last active August 11, 2017 23:31
Show Gist options
  • Save haldarmahesh/7a70e0ce79d4dd48d1bff910e040b272 to your computer and use it in GitHub Desktop.
Save haldarmahesh/7a70e0ce79d4dd48d1bff910e040b272 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