Skip to content

Instantly share code, notes, and snippets.

@kamescg
Created October 25, 2019 21:59
Show Gist options
  • Save kamescg/b00577a7464d5e1bb697de3db68b5197 to your computer and use it in GitHub Desktop.
Save kamescg/b00577a7464d5e1bb697de3db68b5197 to your computer and use it in GitHub Desktop.
3IDSystem - Login
import React from 'react'
import {
Login,
LoginButton,
LoginModal,
} from '3ID-system'
export default props => (
<Login variants={['tag']} />
<LoginButton
componentIsLoggedOut={CustomComponent}
componentIsLoading={CustomComponent}
componentIsLoggedIn={CustomComponent}
/>
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment