Skip to content

Instantly share code, notes, and snippets.

@blia
Created November 7, 2015 07:26
Show Gist options
  • Save blia/9572b7c89f799e23b550 to your computer and use it in GitHub Desktop.
Save blia/9572b7c89f799e23b550 to your computer and use it in GitHub Desktop.
...
render () {
...
return <div className={{styles.root}}>
<div className={{styles.wrap}}>
<this.Cover/>
</div>
<this.Description/>
</div>
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment