Skip to content

anrekov/Login_antD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ant Design

import { Form, Input, Button } from 'antd';

<MaskedInput className='ant-input' />

Deploy:

  1. Console:
npm install gh-pages --save-dev
  1. Add properties to package.json file:
"homepage": "http://anrekov.github.io/Login_antD",
"name": "login-antdesign",
// ...

"scripts": {
  "predeploy": "npm run build",
  "deploy": "gh-pages -d build",
  // ...
  1. add remote

  2. npm run deploy

End

About

Login and register with Ant Design

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published