Hi. I tried with this coponent, but I found if it works with Ant-Design, it may looks like:
Thank you for your help.
They why I tried is:
import { WeekView } from "react-weekview";
export const WeekCalendar = () => {
return (
<>
<WeekView
//events={events}
/>
</>
);
}
I wrap it as a component and use in App.tsx