https://github.com/intljusticemission/react-big-calendar
我正在使用反应大日历并尝试在过去的日期单元格中添加自定义样式。不知道如何在没有 jQuery 的情况下解决这个问题?
<div className="col-xs-12 col-md-8">
<BigCalendar
events={ rentals.concat([ rental ]) }
selectable
views={ ['month', 'agenda'] }
onSelectSlot={ rental => actions.selectRental(rental, sportingGood, agreedToTerms) }/>
</div>