react booking calendar:响应式可定制的React预订日历 源码
React预订日历 响应式可定制的React预订日历。 安装 npm install --save react-booking-calendar 用法 import React from 'react' ; import BookingCalendar from 'react-booking-calendar' ; const bookings = [ new Date ( 2016 , 7 , 1 ) , new Date ( 2016 , 7 , 2 ) , new Date ( 2016 , 7 , 3 ) , new Date ( 2016 , 7 , 9 ) ,
用户评论