You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is displayed in the documentation
For the cases of "xs, sm, md, lg, xl" it states that the the size of the conatiner is "100%" til it reach its breakpoint, after that when it hits the next break point it matches that width,
What actually happens
It uses 100% until it reach the breakpoint, after that it stays at that widht and do not keep expanding.
So de documentation its wrong and i would like to suggest a change to better represent the proper nad current behavior of the container breakpoints
Also include the 1920px size that according to the common.styles file its applied for "xl", that is currently missing
Also dont know if its intended or not but when using fuild it still aplies the responsive breakpoints, u need to manually set responsive to false for it to proper work, its already reported here #754
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In the "Default Breakpoints" documentation it seems to be an error
https://nextui.org/docs/layout/container#default-breakpoints
What is displayed in the documentation
For the cases of "xs, sm, md, lg, xl" it states that the the size of the conatiner is "100%" til it reach its breakpoint, after that when it hits the next break point it matches that width,
What actually happens
It uses 100% until it reach the breakpoint, after that it stays at that widht and do not keep expanding.
So de documentation its wrong and i would like to suggest a change to better represent the proper nad current behavior of the container breakpoints
Also include the 1920px size that according to the common.styles file its applied for "xl", that is currently missing
Also dont know if its intended or not but when using fuild it still aplies the responsive breakpoints, u need to manually set responsive to false for it to proper work, its already reported here
#754
Suggested changes:
From this:
Default breakpoints
100%
100%
100%
100%
100%
100%
100%
100%
100%
100%
100%
100%
100%
100%
100%
100%
100%
100%
To this:
Default breakpoints
100%
100%
100%
100%
100%
100%
100%
100%
100%
100%
100%
100%
100%
100%
100%
100%
100%
100%
100%
100%
100%
100%
Beta Was this translation helpful? Give feedback.
All reactions