reactjs-social-login
reactjs-social-login copied to clipboard
Group Hook ReactJS components for login social network
Results
42
reactjs-social-login issues
Sort by
recently updated
recently updated
newest added
**Is your feature request related to a problem? Please describe.** We would like to use your package, but it seems that it only supports projects that are made using Create...
`import React, { useCallback, useState } from 'react' import './App.css' import { IResolveParams, LoginSocialLinkedin, } from 'reactjs-social-login' // CUSTOMIZE ANY UI BUTTON import { LinkedInLoginButton, } from 'react-social-login-buttons' import {...