Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljscript committed Feb 25, 2024
2 parents 447ca08 + e85988d commit c77a92b
Show file tree
Hide file tree
Showing 9 changed files with 290 additions and 908 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A simple package to display social login buttons using React.
Buttons do not provide any social logic.
They are only visual components listening to some events triggered by the user.

![Social login buttons](https://raw.githubusercontent.com/MichalSzorad/react-social-login-buttons/develop/examples/simple/screenshot4.png)
![Social login buttons](https://raw.githubusercontent.com/MichalSzorad/react-social-login-buttons/develop/examples/simple/screenshot5.png)

## Install

Expand Down Expand Up @@ -165,6 +165,12 @@ We currently support just a few login buttons. Others will be implemented later.
<MetamaskLoginButton onClick={() => alert('Hello')} />
```

### GitlabLoginButton

```jsx
<GitlabLoginButton onClick={() => alert('Hello')} />
```

## Create your own button

You can create your own button.
Expand Down
Binary file added examples/simple/screenshot5.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c77a92b

Please sign in to comment.