Skip to content

Instantly share code, notes, and snippets.

@haldarmahesh
Created October 17, 2018 07:59
Show Gist options
  • Save haldarmahesh/0cc53d2325f77a8539c14d087879ddf0 to your computer and use it in GitHub Desktop.
Save haldarmahesh/0cc53d2325f77a8539c14d087879ddf0 to your computer and use it in GitHub Desktop.
react-constructor-16.4.jsx
class ContraMusicPlayer extends React.Component
constructor(props) {
super(props);
this.state = {
volume: 70,
status: 'pause'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment