rc-calendars
Version:
This a simple react calendar component
41 lines (31 loc) • 984 B
Markdown
# rc-calendars



# Feature
* support date, month, year
* support week number
# install
[](https://nodei.co/npm/rc-calendars/)
# Usage
```
import React from 'react';
import ReactDOM from 'react-dom';
import Calendar from 'rc-calendars';
ReactDOM.render(<Calendar />, container);
```
# API
| name | type | default |
| :----------- | :------------------: | ------: |
| type | string | date |
| value | string | |
| min | string | |
| max | string | |
| changeValue | funtion(date:moment) | |
# Development
```
npm install
npm run dev
```
# License
## rc-calendar is released under the MIT license