A Super Button Web Component which can wear multiple hats a button would need.
In the initial version of this tutorial, I have included very easy to follow steps in creating your very first Web Component.
Now, the following tutorials are for Integrating your web components with Angular & React.
For that, we have to host our web component to some CDN so that all framework consumer apps can reuse it.
<script src="https://dl.dropbox.com/s/vpvxtmw715l5k38/super-button.js"></script>