Skip to content
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

Is there a version of grid_break that forces the break on the current property #1503

Open
molster opened this issue Mar 5, 2024 · 1 comment

Comments

@molster
Copy link

molster commented Mar 5, 2024

Hello,

I utilize the grid-strict prop for most of the data, using the grid columns , prop order , and such.

The problem is, there are props that I would like to start on their own grid line when they come up. The issue is
"grid_break": true, makes the "next" element go to a new line. The problem is elements before the one I want on a new line, are loaded in via optional dependencies (meaning they may not be there in order to have a the grid break trigger.

Is there any non documented options prop, that can say "This prop should break the grid on its own, and be on the new line"

I should note, because of the dynamic sizes of the props before it (and after it) setting its column to 12, or something like that is not an ideal solution.

(EDIT) if there is not a built in prop, ill use the optional one to provide a class and should be able to handle that - I guess im just seeing if there is a built in grid prop supported,

@schmunk42
Copy link
Collaborator

Is there any non documented options prop, that can say "This prop should break the grid on its own, and be on the new line"

AFAIK no

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants