1.0.5 • Published 5 years ago

@flaque/google-button v1.0.5

Weekly downloads
5
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago