reactsigninwithgooglebutton
v0.0.7
Published
Renders the Sign In with Google Button without the onclick logic.
Downloads
5
Readme
ReactSignInWithGoogleButton
Renders the Sign In with Google Button without the onclick logic.
install
npm install reactsigninwithgooglebutton
use
import SignInWithGoogleButton from 'reactsigninwithgooglebutton';
<SignInWithGoogleButton onClick={() => console.log('ReactSignInWithGoogleButton clicked')} />