Skip to content

Instantly share code, notes, and snippets.

@nolimits4web
Created May 27, 2018 12:55
Show Gist options
  • Save nolimits4web/e9fc4ce6379c6db3bb1efbe64f47e80d to your computer and use it in GitHub Desktop.
Save nolimits4web/e9fc4ce6379c6db3bb1efbe64f47e80d to your computer and use it in GitHub Desktop.
Phenome Component
export default {
name: 'my-card',
render() {
return (
<div className="card" id="some-id">
<p>This is card</p>
</div>
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment