react-big-calendar
Google Calendarの時間表示みたいなことができるclass component
使えそう
cssどのくらいカスタムできるかな?takker.icon
repo: GitHub - jquense/react-big-calendar: gcal/outlook like calendar component
使い方
Webpack Appにある
不正確な情報
最新版はREADME.mdにある
eventsの型
code:ts
interface Event {
title: string,
start: Date,
end: Date,
allDay?: boolean,
resource?: any,
};
from Webpack App
date-fnsでlocaleを指定する方法がよくわかっていない
対応する文字列がわからない
#2020-12-06
#2020-12-01 23:27:03
#2010-11-30