birik / react-week-calendar

A flexible week calendar implemented in React.js.
MIT License
56 stars 35 forks source link

Be able to remove weekends #7

Open Barsnes opened 5 years ago

Barsnes commented 5 years ago

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" ]}
/>