0.1.3 • Published 3 years ago

react-login-social-all v0.1.3

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

this libreria is a union of certain bookseller that help with the login of certain pages, this simply imports the libraries and then exports them, so with understanding how the book of these looking works, it is more than enough

#Examples link -> https://www.npmjs.com/package/react-google-login

import {GoogleLogin} from 'react-login-social-all'

const app = ()=>{
    return (
        <GoogleLogin/>
    )
}

link -> https://www.npmjs.com/package/react-facebook-login

import {FacebookLogin} from 'react-login-social-all'

const app = ()=>{
    return (
        <FacebookLogin/>
    )
}

link -> https://www.npmjs.com/package/react-twitter-login

import {TwitterLogin} from 'react-login-social-all'

const app = ()=>{
    return (
        <TwitterLogin/>
    )
}

link -> https://www.npmjs.com/package/react-github-login

import {GithubLogin} from 'react-login-social-all'

const app = ()=>{
    return (
        <GithubLogin/>
    )
}