Skip to content

Instantly share code, notes, and snippets.

@kamescg
Created November 7, 2019 09:35
Show Gist options
  • Save kamescg/a27bc01ad64cb2cce8ba5c8d6a49b8bd to your computer and use it in GitHub Desktop.
Save kamescg/a27bc01ad64cb2cce8ba5c8d6a49b8bd to your computer and use it in GitHub Desktop.
import React from 'react'
import { Login } from '3box-ui-system'
// Example 1
export default props => <Login />
// Example 1
export default props => <Login
componentIsLoggedOut={CustomComponent}
componentIsLoading={CustomComponent}
componentIsLoggedIn={CustomComponent}
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment