grid-child

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

PropertyTypeDescription
$gridAreaSee MDNApplies grid-area styles to the element
$gridColumnSee MDNApplies grid-column styles to the element
$gridRowSee MDNApplies grid-row styles to the element
$justifySelfSee MDNApplies justify-self styles to the element
$alignSelfSee MDNApplies align-self styles to the element