Skip to content

Instantly share code, notes, and snippets.

@kamescg
Created November 7, 2019 09:36
Show Gist options
  • Save kamescg/3489f4e1a1c075a9f0a466e32809fdf7 to your computer and use it in GitHub Desktop.
Save kamescg/3489f4e1a1c075a9f0a466e32809fdf7 to your computer and use it in GitHub Desktop.
import React from 'react'
import { EnableEtheruem } from '3box-ui-system'
export default props =>(
<EnableEtheruem
componentIsDisconnected={CustomComponent}
componentIsLoading={CustomComponent}
componentIsConnected={CustomComponent}
/>
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment