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
Container :: I'd love to see a container or wrapper component. When using a library like this, it'd be nice not to handle container sizes manually, espacialy since you have your own breakpoint definitions.
The text was updated successfully, but these errors were encountered:
Maybe this issue is related to your question: #770
mfal
changed the title
Container :: I'd love to see a container or wrapper component. When using a library like this, it'd be nice not to handle container sizes manually, espacialy since you have your own breakpoint definitions.
Wrapper component to handle container sizes
Oct 22, 2024
Do you use Flow components directly in your context (container/wrapper) or standalone?
I would like to clarify my suggestion.
When using them standalone, without a <div style="max-width: 1200px"></div> wrapper, they render at full width. This can lead to oversized layouts on large screens like 49" display or 4K/8K monitors making them less user-friendly.
Here is a screen from 49" display to illustrate this.
While i can create my own container handling, it would be smoother if this functionality was build directly into Flow and i can work individually with it. What are your thoughts?
Container :: I'd love to see a container or wrapper component. When using a library like this, it'd be nice not to handle container sizes manually, espacialy since you have your own breakpoint definitions.
The text was updated successfully, but these errors were encountered: