Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 329 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 329 Bytes

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')} />