Skip to content

Instantly share code, notes, and snippets.

@gigobyte
Last active May 15, 2017 19:32
Show Gist options
  • Save gigobyte/f25c4cff1ace27336594367eae7e9a3e to your computer and use it in GitHub Desktop.
Save gigobyte/f25c4cff1ace27336594367eae7e9a3e to your computer and use it in GitHub Desktop.
@styleable
class Example extends React.Component {
render() {
return (
<div className="test" style={{fontSize: 30}}>
Test
</div>
)
}
}
ReactDOM.render(
<Example className="test2" style={{color: 'red'}} />, app
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment