Skip to content

Instantly share code, notes, and snippets.

@renanpaiva64
Created September 30, 2019 12:03
Show Gist options
  • Select an option

  • Save renanpaiva64/d276fb4e0ad17d100a57fa6ca6fd04e6 to your computer and use it in GitHub Desktop.

Select an option

Save renanpaiva64/d276fb4e0ad17d100a57fa6ca6fd04e6 to your computer and use it in GitHub Desktop.
UsuarioConsumer
<UsuarioConsumer>
{({doLogin}) => (
<Button
onClick = {doLogin(this.state.usuario, this.state.senha, "/condominio")}
to="/condominio"
className="btn btn-primary btn-block btn-lg round"
as={Link}>
Login
</Button>
)}
</UsuarioConsumer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment