大日历React
一个为React构建的事件日历组件,是为现代浏览器(阅读:IE10 +)制作的,并在传统的表格接收方法上使用了flexbox。
受启发。
使用和设置
yarn add react-big-calendar或npm install --save react-big-calendar
包括用于样式的react-big-calendar/lib/css/react-big-calendar.css ,并确保日历的容器元素具有高度,否则日历将不可见。 要提供自己的自定义样式,请参阅“主题。
初学者
在本地运行示例
$ git clone git@github.com:intljusticemission/react-big-calendar.git
$ cd react-big-calendar
$ yarn
$ yarn examples
打开 。
本地化和日期格式
rea
1