Created
May 27, 2018 12:55
-
-
Save nolimits4web/e9fc4ce6379c6db3bb1efbe64f47e80d to your computer and use it in GitHub Desktop.
Phenome Component
This file contains hidden or 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
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