Replies: 1 comment
-
The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
Currently, it seems difficult to customise the height of individual rows in a grid layout. The documentation doesn't provide examples for achieving this, and the current row count limitation makes it challenging to implement certain layouts.
Use Case:
I need to set my rows to be 3-4 times the height of the header row. However, it appears impossible to set the first (header) row to be smaller while maintaining the relative sizing needed for subsequent rows. For example, if the header row is set smaller, I can only fit three rows after it (due to Tailwind supporting 12 rows?), whereas I need at least five that are three times as tall as the header.
Current Limitation:
The documentation suggests making one row take a single unit and others take multiple units for relative sizing, but this quickly exhausts the available row units. It seems like such a basic requirement, so I might be missing something if this is a world-class library.
Request:
Please clarify if this functionality is currently available, and if not, consider adding support for individual row height customisation within the grid layout. Note that using Flexbox is not a suitable workaround, as the grid layout should inherently support this functionality.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions