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

xxxl (3xl) breakpoint for Grids #36091

Closed
Luxaaa opened this issue Jun 16, 2022 · 1 comment
Closed

xxxl (3xl) breakpoint for Grids #36091

Luxaaa opened this issue Jun 16, 2022 · 1 comment

Comments

@Luxaaa
Copy link

Luxaaa commented Jun 16, 2022

What problem does this feature solve?

A 3xl breakpoint for the grid layout (Rows, Cols) can help to create better layouts for wide screens e.g. 21:9 screens

What does the proposed API look like?

The only thing to do is to create a new breakpoint wich then can be used like the currently existing breakpoints like md or xxl.

Example:

<Row>
<Col md={24} xxl={12} xxxl={6}>I am a Column</Col>
</Row>
@afc163
Copy link
Member

afc163 commented Jun 17, 2022

Duplicate of #32954

@afc163 afc163 marked this as a duplicate of #32954 Jun 17, 2022
@afc163 afc163 closed this as completed Jun 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants