Hi everyone, hope you are all alright ! I have to make a schedule component in React with 2 types of view: - By week - By Day
I looked for libs, but I only found paid ones or olds ones. In a perfect world it would be open source, easily customizable with tailwind and composable shadcn-like.
It may not be clear in the design but you can drag-n-drop items between lanes and from the "unassigned" list.
Also I'm not against building it myself, I have a pretty strong base with https://github.com/UretzkyZvi/planner but I would need guidance on what to use for the "by day" view then.
Planner Component: A React component for dynamic appointment management. Features drag-and-drop, date range selections, and integrates with shadcn/ui. Perfect for developers enhancing apps with eff...