我有react大日历工作,但 css 导入失败。文档说:
样式可以在:react-big-calendar/lib/css/react-big-calendar.css 找到,并且应该包含在带有日历组件的页面中。
我在其他示例中看到它使用 BigCalendar 导入,但它似乎对我不起作用。
import '/react-big-calendar/lib/css/react-big-calendar.css';
import BigCalendar from 'react-big-calendar';
import moment from 'moment';
import Month from './Month';
import React from 'react';
import Showfeed from './Showfeed';
我该怎么做呢?谢谢!