简单React日历 用于基于React的应用程序的简单日历组件。 该组件易于使用,但在需要自定义时非常灵活。 用法 您可以在找到该组件的在线演示。 屏幕 安装 使用npm npm install simple-react-calendar 使用纱 yarn add simple-react-calendar 用法 import React , { Component } from 'react' import SimpleReactCalendar from 'simple-react-calendar' class MyApp extends Component { render