-
Notifications
You must be signed in to change notification settings - Fork 510
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Grid Calendar #535
Labels
enhancement
New feature or request
Comments
Hi there, is there any solution to this issue? |
This was referenced Jul 20, 2024
Merged
Now available in 2.5.3 for compose version 1.6.x and 2.6.0-beta03 [Android] | 2.6.0-alpha04 [Multiplatform] for compose version 1.7.x. See documentation. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: