Skip to content

Instantly share code, notes, and snippets.

@bryceosterhaus
Created January 16, 2018 22:49
Show Gist options
  • Save bryceosterhaus/53d36667a3772c7a8f9d64a24491e45c to your computer and use it in GitHub Desktop.
Save bryceosterhaus/53d36667a3772c7a8f9d64a24491e45c to your computer and use it in GitHub Desktop.
class MyComponent extends Component {
render() {
return (
<div class="foo"></div>
);
}
}
<MyComponent elementClasses="bar" />
// Result
<div class="foo bar"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment