Rowspan in the Grid component #810
Unanswered
imokyoureok
asked this question in
Q&A
Replies: 0 comments
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.
-
How do you span a grid component over 2 rows? The API documentation for Grid seems inconsistent.
https://www.tremor.so/docs/layout/grid
In the API reference: Col section you have numItemsSm which makes an element span over n COLUMNS. However, you have numItemsMd which makes an element span over n ROWS. These methods don't have any effect on the Col component.
Beta Was this translation helpful? Give feedback.
All reactions