grid-child
Applying the grid-child
system modifier to your component will allow consumers of your component to pass in the following props:
Property | Type | Description |
---|---|---|
$gridArea | See MDN | Applies grid-area styles to the element |
$gridColumn | See MDN | Applies grid-column styles to the element |
$gridRow | See MDN | Applies grid-row styles to the element |
$justifySelf | See MDN | Applies justify-self styles to the element |
$alignSelf | See MDN | Applies align-self styles to the element |