Created
October 17, 2018 07:59
-
-
Save haldarmahesh/0cc53d2325f77a8539c14d087879ddf0 to your computer and use it in GitHub Desktop.
react-constructor-16.4.jsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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