-
Notifications
You must be signed in to change notification settings - Fork 102
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
Provide Grid container similar to sap.f.GridContainer from SAP UI5 #6438
Comments
Could you elaborate on what do you mean with "resizing of items". Apart from that, could you please let us know why either a CSS grid, the ResponsiveGridLayout component, or the Grid component (was mainly created for IE11 support and is now only maintained for backwards compatibility), are not sufficient? |
Hey @Lukas742 We were looking at a component which does the same thing as UI5's GridContainer does.
In the below example you can resize grid items numbered 0,2,3 etc. |
Is your feature request related to a problem?
The SAP UI5 web componet for react does not have Grid container which can allow the positioning of items (Tiles, Cards, or others) in a two-dimensional mesh. The mesh consists of rows with the same height and columns with the same width. Those height and width sizes along with the gap size are configurable.
Describe the solution you'd like
Provide Grid Container which will same as sap.f.GridContainer from SAP UI5. It should have these features in build
It should allow the positioning of items (Tiles, Cards, or others) in a two-dimensional mesh.
It should allow the resizing of items (Tiles, Cards, or others) in a two-dimensional mesh.
The mesh consists of rows with the same height and columns with the same width. Those height and width sizes along with the gap size are configurable.
The control should also provide responsiveness and automatically aligns the items depending on the available space.
Describe alternatives you've considered
No response
Additional Context
No response
Organization
No response
Declaration
The text was updated successfully, but these errors were encountered: