上传者: 42165508
|
上传时间: 2022-02-11 17:23:58
|
文件大小: 835KB
|
文件类型: -
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 ) {