Question
Does anyone have a working example of code for a login button?
Detail:
I need it to be a <paper-button>
that says, "Login with x." Where "x" is any one of the following: "Google", "Google Plus", "Facebook", "Linked In", "Yahoo", or "Twitter".
Obviously, the button also needs to "point to" or integrate with the respective service it mentions.
Also please note, <google-signin>
described here doesn't work for me because I need to use my own button (for styling purposes). I don't want to use the <google-signin>
button. I just need the functionality it provides. And more specifically, how to implement that functionality using my own <paper-button>
element.
Code:
<paper-button>Login with Google</paper-button>
<paper-button>Login with Google Plus</paper-button>
<paper-button>Login with Facebook</paper-button>
<paper-button>Login with Linked-In</paper-button>
<paper-button>Login with Yahoo</paper-button>
<paper-button>Login with Twitter</paper-button>
On this question, Ian, posts this answer:
Element
Index