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

Boxes with multiple sizes #11

Open
daydarkln opened this issue Sep 12, 2019 · 1 comment
Open

Boxes with multiple sizes #11

daydarkln opened this issue Sep 12, 2019 · 1 comment

Comments

@daydarkln
Copy link

Are any ways to create GridItem with custom size. Now it's just 1x1. Can I create GridItem with 2x3 size for example?

@bmcmahen
Copy link
Owner

It's a bit cumbersome, but you can specify boxesPerRow and rowHeight in a way that can give you custom sizes depending upon your container width. This will work well for fixed size layouts, but responsive layouts might require some layout measurements, etc.

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