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