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

Custom Responsive Breakpoints #3299

Open
Jasonnicholas-ZEN opened this issue May 14, 2024 · 0 comments
Open

Custom Responsive Breakpoints #3299

Jasonnicholas-ZEN opened this issue May 14, 2024 · 0 comments

Comments

@Jasonnicholas-ZEN
Copy link

Describe the Custom Component
Currently the default breakpoints are only:

"sm": '30em',
"md": '48em',
"lg": '62em',
"xl": '80em',
"2xl": '96em',

Could we have a component to customize this dictionary? Such that I wish to set custom breakpoints as the following:

 breakpoints={
        "sm": '640px',
        "md": '768px',
        "lg": '992px',
        "xl": '1865px',
        "2xl": '1920px',
    },
  • What is the purpose of the custom component?

To set custom responsive breakpoints

  • What is the expected behavior of the custom component?

NA

  • What are the use cases for the custom component?

NA

Specifics (please complete the following information):

  • Do you have a specific react package in mind? (Optional):

NA

Additional context
Add any other context about the custom component here.

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

1 participant