1.1.4 • Published 6 years ago

react-form-login v1.1.4

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

React Login Form

====================

Form component built with ReactJS that can be Customizable

Quickstart

Install the module with:

npm install --save react-form-login

or

yarn add react-form-login

Getting Started

Import LoginForm to your React Page Component

import { LoginForm } from 'react-form-login';

Usage

1. Simple use

import { LoginForm } from 'react-form-login';

<LoginForm
  onSubmit={(username, password, isRemember) => {
    // Sending AJAX request ...
    console.log(username, password, isRemember);
  }}
/>

See more at DOCS.md

Contributing

Contributions are welcome!

License

Copyright (c) 2018 Binh Quan

Licensed under the MIT license.