react calendar:用React编写的简单灵活的事件日历 源码
React日历 针对React的100%测试覆盖率,响应速度和灵活的事件日历。 背景知识:在使用react-big-calendar多年之后,我决定创建自己的易于使用,易于定制的方法,并使用现代的React(不推荐使用的方法)。 npm install @zach.codes/react-calendar date-fns 基本用法 import { MonthlyBody , MonthlyCalendar , MonthlyNav , DefaultMonthlyEventItem , } from '@zach.codes/react-calendar' ; export const MyMonthlyCalendar = ( ) => { let [ currentMonth , setCurrentMonth ] = useState < Date> (
文件列表
react-calendar-master.zip
(预估有个76文件)
react-calendar-master
.gitignore
54B
package.json
2KB
src
Monthly
MonthlyCalendar.tsx
5KB
MonthlyEventItems.tsx
515B
Weekly
WeeklyEventItems.tsx
524B
WeeklyCalendar.tsx
4KB
暂无评论