react-week-calendar
react-week-calendar copied to clipboard
Be able to remove weekends
It would be nice if it was possible to remove weekends, so you could only show a work week. A better solution to this is being able to remove specific days by using a list:
<WeekCalendar
removeDays={[ "Saturday", "Sunday" ]}
/>