Skip to content

devonwintz/user-reg-login-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User Registration & Login Template

Simple user registration and login forms created with React and Ant Design

Usage

To use these two components simply:

  1. Install Ant Design (if not installed)
$ npm install antd
$ yarn add antd
  1. Copy the UserAccount component and paste it into your React project