1.0.5 • Published 6 years ago

@flaque/google-button v1.0.5

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

google-button License

Install

yarn add

Usage

Just a login-with-google button that acts like a regular button. Just a personal typescript-y fork of prescottprue/react-google-button.

import GoogleButton from "@flaque/google-button";

// ...

<GoogleButton
  label="Login with Google"
  disabled={true}
  onClick={() => {}}
  type="light"
  style={{
    background: "blue"
  }}
/>;

// Or just
<GoogleButton onClick={() => {}}>
1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago