React水平计划
水平滚动的每周视图,用于安排会议室,会议,项目,资源等内容。
安装
npm install --save react-horizontal-schedule
用法
import React , { Component } from 'react'
import { Schedule } from 'react-horizontal-schedule'
import 'react-horizontal-schedule/dist/index.css'
const App = ( ) => {
const SCHEDULE_DATA = JSON . parse ( document . getElementById ( 'schedule-data' ) . textContent ) ;
const itemHandler = function ( r ) {
1