Skip to content

binhqd/react-form-login

Repository files navigation

React Login Form

Build Status Coverage Status npm version Downloads

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

Form component built with ReactJS that can be Customizable image

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.

About

Login form component written in ReactJS

Topics

Resources

License

Stars

4 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors