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

Allow Configuration of breakpoints in Layout Component #19694

Closed
1 task done
atanasgeorgiev93 opened this issue Nov 12, 2019 · 8 comments
Closed
1 task done

Allow Configuration of breakpoints in Layout Component #19694

atanasgeorgiev93 opened this issue Nov 12, 2019 · 8 comments
Labels
Accept You are right, we should do that Inactive

Comments

@atanasgeorgiev93
Copy link

  • I have searched the issues of this repository and believe that this is not a duplicate.

What problem does this feature solve?

Currently there is no way for a developer to configure the breakpoints for the Layout component. This feature would allow to the developer to pass a property with the breakpoints to the Layout component, and the Layout would use these variables as breakpoints instead of the default ones.

Note - If issue is accepted, I am happy to contribute and raise a PR.

What does the proposed API look like?

Property Description Type Default
breakpoints custom breakpoints for layout Object { xs: string , sm: string, md: string, lg: string, xl: string, xxl: string } { xs: '480px', sm: '576px', md: '768px', lg: '992px', xl: '1200px', xxl: '1600px' }
@atanasgeorgiev93
Copy link
Author

I'm starting dev work on this

@OArnarsson
Copy link

@atanasgeorgiev93 any update on this? 🤓

@shadab14meb346
Copy link

@atanasgeorgiev93 are you working on this?
If you are busy or need if need some help I will be happy to do so.

@github-actions github-actions bot removed the Inactive label May 20, 2021
@shadab14meb346
Copy link

shadab14meb346 commented May 24, 2021

How do I know if someone else is working on this issue or not?

@dabljues
Copy link

Also, it would be good to define additional breakpoints, like something below xs or above xxl

@kiril-daskalov
Copy link

UP

@YinglunQ
Copy link

YinglunQ commented Nov 2, 2022

would be great if we can customize our own breakpoints instead of following bootstrap's fixed breakpoints

@afc163
Copy link
Member

afc163 commented Jan 3, 2023

Supported in #39105

@afc163 afc163 closed this as completed Jan 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Accept You are right, we should do that Inactive
Projects
None yet
Development

No branches or pull requests

9 participants