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

ResponsiveRow control #227

Closed
FeodorFitsner opened this issue Aug 24, 2022 · 0 comments
Closed

ResponsiveRow control #227

FeodorFitsner opened this issue Aug 24, 2022 · 0 comments
Labels
Milestone

Comments

@FeodorFitsner
Copy link
Contributor

FeodorFitsner commented Aug 24, 2022

Similar to Bootstrap's responsive grid.

All breakpoints:

ResponsiveRow([
  Column(col="*"),
  Column(col="*"),
  Column(col="*")
])

Stacked to horizontal on extra-small:

ResponsiveRow([
  Column(col={"sm":"*"}),
  Column(col={"sm":"*"},
  Column(col={"sm":"*"})
])
@FeodorFitsner FeodorFitsner added this to the Controls-S3 milestone Oct 25, 2022
@FeodorFitsner FeodorFitsner changed the title ResponsiveGrid control ResponsiveRow control Oct 26, 2022
@FeodorFitsner FeodorFitsner added the status: working on it Working on a fix for the issue label Oct 26, 2022
@FeodorFitsner FeodorFitsner removed the status: working on it Working on a fix for the issue label Nov 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant