asantibanez / livewire-calendar

Laravel Livewire component to show Events in a good looking monthly calendar
MIT License
907 stars 233 forks source link

Added ability to toggle rendering weekends #26

Open elegasoft opened 2 years ago

elegasoft commented 2 years ago

This uses a bool called hideWeekends on the calendar.blade.php, if it is set to true and the day is a weekend, it will skip rendering the day.

May contain a breaking change for anyone who is overwriting LivewireCalendar::mount(). However, they should be using LivewireCalendar::afterMount() anyway.