Skip to content

Instantly share code, notes, and snippets.

@oyeharry
Last active June 17, 2018 09:43
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 oyeharry/497382f4c3750eff737e782feb9aa98d to your computer and use it in GitHub Desktop.
Save oyeharry/497382f4c3750eff737e782feb9aa98d to your computer and use it in GitHub Desktop.
//This is how we initialise component in the new days.
//Angular template
<my-awesome-component value="Awesome"/>
//React JSX. Require first capital charactor for custom React component
<My-awesome-component value="Awesome"/>
//Vue template
<my-awesome-component value="Awesome"/>
//Polymer template
<my-awesome-component value="Awesome"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment