I want implement a 2 week calendar in my React project.
I have tried to look at multiple libraries, but I can't find one that fits the layout I wanna recreate.
The show more dates should just show the rest of the dates
Does anybody know a component I can use, and maybe how to do it code wise?
Here is the layout
I've tried react-calendar, react-daypicker.
But I can't seem to recreate it

I created a simple react component that might be useful for you. it has a basic next and previous button that moves 14 days forward and backward.