Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 465 Bytes

File metadata and controls

19 lines (15 loc) · 465 Bytes

Login

Props

Property Type Description
handleEmailChange Function Function to be called on email change
handlePasswordChange Function Function to be called on password change
handleLogin Function Function to be called on form submit

Usage

  <Login
    handleEmailChange={this.handleEmailChange}
    handlePasswordChange={this.handlePasswordChange}
    handleLogin={this.handleLogin}
  />