Last active
August 22, 2018 03:35
-
-
Save Chun-Lin/eaad064b53ea8133cb9e0e5f59bdfc37 to your computer and use it in GitHub Desktop.
This is App component which give 'bold' props to Content component
This file contains 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 App extends Component { | |
render() { | |
return ( | |
<div className="App"> | |
<Content skyblue/> | |
</div> | |
) | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment