0.2.0 • Published 4 years ago

react-native-login-suite v0.2.0

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

react-native-login-suite

Login iGo&Suite

Installation

npm install react-native-login-suite

Usage

import LoginSuite from "react-native-login-suite";

// ...

<LoginSuite
  logoImg={require('../assets/image.png')}
  checkBoxLabel="Usuario empresarial"
  holderCompany="Compañía"
  holderUsername="Usuario"
  holderPasword="Contraseña"
  holderLogin="Entrar"
  version="Versión 1.0"
  selectCompany={companyShow}
  nameStatus={usernameState}
  passwordStatus={passwordState}
  companyStatus={companyState}
  statusCheck={(companyShow) => this.setState({ companyShow })}
  changeCompany={(companyState) => this.setState({ companyState })}
  changeUsername={(usernameState) => this.setState({ usernameState })}
  changePassword={(passwordState) => this.setState({ passwordState })}
  sendLogin={() => console.log('Guardar!')}
/>

Suite Suite2

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT