-
Notifications
You must be signed in to change notification settings - Fork 72
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
Feature Request: Varied column widths. #1
Comments
This would be very cool, it's not explicitly supported right now. The best approach at the moment would be to supply a new layout function that decides which column to lay out each item in based on the item's props. So you could place wider items in a wider column. The makeResponsive higher-order component assumes a fixed column width to set its breakpoints so something else would be needed here. |
Hello. @dantrain, thank you for such a great project. |
@newsiberian Wow looks awesome! |
@newsiberian Looks amazing! but how to use it ? I understand that i need to download from your branch, make layout attr as |
Any chance this could get merged? |
I've created a simple example demonstrating @newsiberian 's horizontal layout: https://github.com/wyhinton/react-stonecutter-horizontal-example |
Not sure if there's already support for this, but it'd be fantastic if it were possible.
The text was updated successfully, but these errors were encountered: