kizitonwose / Calendar

A highly customizable calendar view and compose library for Android.
MIT License
4.5k stars 492 forks source link

Add Grid Calendar #535

Open acolombo11 opened 3 months ago

acolombo11 commented 3 months ago

Feature

Add Grid calendar implementation as part of the library

Tech (if applicable)

Now there are HorizontalCalendar and VerticalCalendar, using LazyRow and LazyColumn, containg CalendarMonths elements. It would be cool to have HorizontalGridCalendar and VerticalGridCalendar, using LazyHorizontalGrid and lazyVerticalGrid, to use in bigger UIs such as tablets or tvs.