Datepicker Breakpoints for numberOfColumns #7452
sam-cuboh
started this conversation in
Feature requests
Replies: 1 comment 2 replies
-
You can do that with const numberOfColumns = useMatches({ base: 1, sm: 2, xl: 3 }); |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! for the DatePicker component, it would be really helpful if we were able to set set break points when using the prop
numberOfColumns
. That way for smaller screen sizes, the columns could collapse and stack over one another.Beta Was this translation helpful? Give feedback.
All reactions