Skip to content

Instantly share code, notes, and snippets.

@Heydon

Heydon/block4.js Secret

Created April 21, 2018 09:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Heydon/1cbcb07854b803a33914c6d9fbe4dc70 to your computer and use it in GitHub Desktop.
Save Heydon/1cbcb07854b803a33914c6d9fbe4dc70 to your computer and use it in GitHub Desktop.
render() {
const H = 'h' + this.props.level;
return (
<H>The heading text</H>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment