Skip to content

Instantly share code, notes, and snippets.

@jespinoza711
Last active June 7, 2018 04:06
Show Gist options
  • Save jespinoza711/ff93c810c77f5d5ad97f206394404630 to your computer and use it in GitHub Desktop.
Save jespinoza711/ff93c810c77f5d5ad97f206394404630 to your computer and use it in GitHub Desktop.
Example React Template
createElement(
'anchored-heading', {
props: {
level: 1
}
}, [
createElement('span', 'Hello'),
' world!'
]
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment