react-social-login-buttons
Version:
Simple social login buttons for React
22 lines (21 loc) • 1.2 kB
text/typescript
export { FacebookLoginButton } from "./FacebookLoginButton";
export { GoogleLoginButton } from "./GoogleLoginButton";
export { GithubLoginButton } from "./GithubLoginButton";
export { TwitterLoginButton } from "./TwitterLoginButton";
export { AmazonLoginButton } from "./AmazonLoginButton";
export { InstagramLoginButton } from "./InstagramLoginButton";
export { LinkedInLoginButton } from "./LinkedInLoginButton";
export { MicrosoftLoginButton } from "./MicrosoftLoginButton";
export { BufferLoginButton } from "./BufferLoginButton";
export { TelegramLoginButton } from "./TelegramLoginButton";
export { AppleLoginButton } from "./AppleLoginButton";
export { DiscordLoginButton } from "./DiscordLoginButton";
export { OktaLoginButton } from "./OktaLoginButton";
export { SlackLoginButton } from "./SlackLoginButton";
export { YahooLoginButton } from "./YahooLoginButton";
export { createButton } from "./create-button";
export { ZaloLoginButton } from "./ZaloLoginButton";
export { TikTokLoginButton } from "./TikTokLoginButton";
export { MetamaskLoginButton } from "./MetamaskLoginButton";
export { GitlabLoginButton } from "./GitlabLoginButton";
export { XLoginButton } from "./XLoginButton";