Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

rc-calendars

cc-ch6MIT1.1.2

This a simple react calendar component

react, react-components, Calendar, custom

readme

rc-calendars

bundle Size license version

Feature

  • support date, month, year
  • support week number

install

NPM

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