grid-parent

Applying the grid-parent system modifier to your component will allow consumers of your component to pass in the following props:

PropertyTypeDescription
$gapSee MDNApplies gap (grid-gap) styles to the element
$columnGapSee MDNApplies column-gap (grid-column-gap) styles to the element
$rowGapSee MDNApplies row-gap (grid-row-gap) styles to the element
$gridTemplateAreasSee MDNApplies gridTemplateAreas styles to the element
$gridTemplateColumnsSee MDNApplies gridTemplateColumns styles to the element
$gridTemplateRowsSee MDNApplies grid-template-rows styles to the element
$gridAutoFlowSee MDNApplies grid-auto-flow styles to the element
$justifyItemsSee MDNApplies justify-items styles to the element
$justifyContentSee MDNApplies justify-content styles to the element
$alignItemsSee MDNApplies align-items styles to the element
$alignContentSee MDNApplies align-content styles to the element