#Customize Grid Gutter: Separate Horizontal and Vertical Spacing?

3 messages · Page 1 of 1 (latest)

scarlet karma
#

Is it possible to customize the gutter prop on the Grid component to control the horizontal and vertical spacing individually?

For example, one might want xl spacing vertically and sm spacing horizontally.

ornate tapir
#

Mantine does not provide such feature with props, you can apply these styles with Styles API.

scarlet karma