Skip to content
Discussion options

You must be logged in to vote

Yes, in v8 we removed this responsive behavior because it's better to be controlled by the developer. You can alter the behavior of the container via CSS, e.g.:

.rdp-months {
  flex-wrap: wrap;
}

https://codesandbox.io/s/rdp-flex-wrap-hgkhqj?file=/src/styles.css:161-195

See Styling DayPicker to read how to style the component.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by gpbl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants