react-awesome-styled-grid icon indicating copy to clipboard operation
react-awesome-styled-grid copied to clipboard

Custom dimensions

Open yotov opened this issue 4 years ago • 3 comments

Hello guys, I did some research and find this lib as a useful replacement for bootstrap grid when I do a react project with styled-components.

I found that I could change the default configuration and this helped me a lot, but it would be greater if I could extend available dimensions with some extra breakpoints ( for example xxl: 1560 and hd: 1920 ).

Do you have any plans to allow such customization?

yotov avatar Jun 16 '20 07:06 yotov

@yotov Thank you so much for using this lib! Your suggestion for custom breakpoints is incredible, but it is a little difficult to implement. I just suggest adding two more breakpoints and you can define those sizes. what about this? Or if you have any idea how to implement this, a PR is welcome.

santosfrancisco avatar Jun 16 '20 23:06 santosfrancisco

If you could add two new breakpoints it would be good for now.

I saw the code and I know that the perfect solution is more difficult. I will try to create a PR :)

yotov avatar Jun 17 '20 11:06 yotov

Any progress on that PR @yotov? Might take a stab at it sometime in August. Would be great to have custom breakpoints.

DanielTamkin avatar Aug 15 '20 22:08 DanielTamkin