-
-
Notifications
You must be signed in to change notification settings - Fork 144
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
Responsive layout container #68
Comments
@skrat Untested: you might be able to add a flexbox |
I just came up against this as well. It seems that adding Of course, it's possible to pass I see two options here (aside from not doing anything and letting us hack around it):
While the former might look nice, the latter might lead to better composability using style maps. |
This is still an issue and I vote for having |
I have created a PR #312 which should fix this issue. The PR allows users to use |
I'm trying to figure out how to make a list item, that displays it's children horizontally when there's enough space (desktop), but wraps them into multiple "lines" when there isn't (mobile). Am I missing something or is this simply not possible with the built-in
h-box
/v-box
? Is re-com missing some layout component that would do this for me? I'm new to bootstrap but I tried to userow
andcol-md-4
classes to no avail. Apparently they don't work when I useinput-text
components.The text was updated successfully, but these errors were encountered: