Skip to content

Instantly share code, notes, and snippets.

@Chun-Lin
Last active August 22, 2018 03:35
Show Gist options
  • Save Chun-Lin/eaad064b53ea8133cb9e0e5f59bdfc37 to your computer and use it in GitHub Desktop.
Save Chun-Lin/eaad064b53ea8133cb9e0e5f59bdfc37 to your computer and use it in GitHub Desktop.
This is App component which give 'bold' props to Content component
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