Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vision89 committed Sep 29, 2015
1 parent 13524e8 commit 119fd8d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# google-signin-button

Custom-Element built with Polymer JS
Button ui for signing in with google

## To install

bower install dg-google-signin-button --save
bower install vision89/google-signin-button --save
## Demo and Documentation

http://vision89.github.io/google-signin-button/components/google-signin-button/
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "google-signin-button",
"version": "0.0.3",
"version": "1.0.1",
"authors": [
"Anonymous <anonymous@example.com>"
],
Expand Down
4 changes: 2 additions & 2 deletions google-signin-button.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
<link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>

<!--
An element providing a solution to no problem in particular.
A ui button for signing in through google
Example:
<google-fire-signin></google-fire-signin>
<google-signin-button on-google-button-clicked="signInClicked" signed-in="[[signedIn]]"></google-signin-button>
@group Seed Elements
@element google-fire-signin
Expand Down

0 comments on commit 119fd8d

Please sign in to comment.