UNPKG

reactsigninwithgooglebutton

Version:

Renders the Sign In with Google Button without the onclick logic.

14 lines (9 loc) 329 B
# ReactSignInWithGoogleButton Renders the Sign In with Google Button without the onclick logic. # install `npm install reactsigninwithgooglebutton` # use ```jsx import SignInWithGoogleButton from 'reactsigninwithgooglebutton'; <SignInWithGoogleButton onClick={() => console.log('ReactSignInWithGoogleButton clicked')} /> ```