Sen descrición

yhhu a210a294d7 fix: fix some bugs & update readme %!s(int64=5) %!d(string=hai) anos
dist c60a4c9713 fix: fix some bugs %!s(int64=5) %!d(string=hai) anos
docs a210a294d7 fix: fix some bugs & update readme %!s(int64=5) %!d(string=hai) anos
src a210a294d7 fix: fix some bugs & update readme %!s(int64=5) %!d(string=hai) anos
webpack c60a4c9713 fix: fix some bugs %!s(int64=5) %!d(string=hai) anos
.babelrc 4e763d4c9e feat: complete date choose %!s(int64=5) %!d(string=hai) anos
.eslintrc a210a294d7 fix: fix some bugs & update readme %!s(int64=5) %!d(string=hai) anos
.gitignore c60a4c9713 fix: fix some bugs %!s(int64=5) %!d(string=hai) anos
LICENSE cce2877c07 docs: update readme.md %!s(int64=5) %!d(string=hai) anos
README.md a210a294d7 fix: fix some bugs & update readme %!s(int64=5) %!d(string=hai) anos
index.html 71e25f57eb feat: project basic skeleton created %!s(int64=5) %!d(string=hai) anos
package.json beb9cf97ba feat: add postcss feature %!s(int64=5) %!d(string=hai) anos
postcss.config.js beb9cf97ba feat: add postcss feature %!s(int64=5) %!d(string=hai) anos
webpack.config.js e2e042a624 feat: import react %!s(int64=5) %!d(string=hai) anos
yarn.lock beb9cf97ba feat: add postcss feature %!s(int64=5) %!d(string=hai) anos

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