react-social-login-buttons
react-social-login-buttons copied to clipboard
Social login buttons for React

According to the standards that Microsoft has: [Sign in with Microsoft: Branding guidelines for applications](https://docs.microsoft.com/en-us/azure/active-directory/develop/howto-add-branding-in-azure-ad-apps#:~:text=Sign%20in%20with%20Microsoft%20(light%20theme)) This is how they should look.   But this is how they currently look....
  I can't use this lib in react native. Above images is the error I got and my code. Please give me tip.
The div that contains the icon gets 10px of size even when iconSize prop set to 0px. When you set the align prop to center, the text inside the button...
This fixes size property unavailability in components, and matches the documentation in the README file. BREAKING CHANGE Before this fix size property wasn't available in the components properties, and the...
Trying to create a custom button: ``` import svgIcon from "../assets/email.svg" const emailButtonConfig = { text: "Log in with Email", icon: createSvgIcon(svgIcon), iconFormat: name => `fa fa-${name}`, style: { background:...
Bumps [ws](https://github.com/websockets/ws) from 6.2.2 to 6.2.3. Release notes Sourced from ws's releases. 6.2.3 Bug fixes Backported e55e5106 to the 6.x release line (eeb76d31). Commits d87f3b6 [dist] 6.2.3 eeb76d3 [security] Fix...
Bumps [ejs](https://github.com/mde/ejs) from 3.1.9 to 3.1.10. Release notes Sourced from ejs's releases. v3.1.10 Version 3.1.10 Commits d3f807d Version 3.1.10 9ee26dd Mocha TDD e469741 Basic pollution protection 715e950 Merge pull request...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.2 to 4.5.3. Changelog Sourced from vite's changelog. 4.5.3 (2024-03-24) fix: fs.deny with globs with directories (#16250) (96a7f3a), closes #16250 Commits aac695e release: v4.5.3 96a7f3a fix: fs.deny...