No Description

yhhu a210a294d7 fix: fix some bugs & update readme 5 years ago
dist c60a4c9713 fix: fix some bugs 5 years ago
docs a210a294d7 fix: fix some bugs & update readme 5 years ago
src a210a294d7 fix: fix some bugs & update readme 5 years ago
webpack c60a4c9713 fix: fix some bugs 5 years ago
.babelrc 4e763d4c9e feat: complete date choose 5 years ago
.eslintrc a210a294d7 fix: fix some bugs & update readme 5 years ago
.gitignore c60a4c9713 fix: fix some bugs 5 years ago
LICENSE cce2877c07 docs: update readme.md 5 years ago
README.md a210a294d7 fix: fix some bugs & update readme 5 years ago
index.html 71e25f57eb feat: project basic skeleton created 5 years ago
package.json beb9cf97ba feat: add postcss feature 5 years ago
postcss.config.js beb9cf97ba feat: add postcss feature 5 years ago
webpack.config.js e2e042a624 feat: import react 5 years ago
yarn.lock beb9cf97ba feat: add postcss feature 5 years ago

README.md

datepicker

之前版本,可查看tag v1.0.0

$ git clone https://github.com/Rynxiao/datepicker.git
$ git tag
$ git checkout v1.0.0

重构之后版本

tag v2.0.0(目前在master上开发,待基本功能完善推到此TAG)

UI

参照 Ant Design,功能有所缩减

效果图

datepicker

支持功能

  • [] line模式
  • [] 禁止选择模式
  • [] 设置禁用起始日期以及结束日期
  • [] 基本选择日期功能
  • 年模式
  • 月模式
  • 中国农历月份

待完善

  • 案例制作
  • 使用文档完善

node及npm版本

$ node -v 
v8.11.3

$ npm -v
v5.6.0

$ yarn -v
1.7.0

react版本

react v16.5.2

开发模式

yarn install
yarn start:dev

生产模式

yarn build