flex-child
Applying the flex-child
system modifier to your component will allow consumers of your component to pass in the following props:
Property | Type | Description |
---|---|---|
$alignSelf | See MDN | Applies align-self styles to the element |
$flex | See MDN | Applies flex styles to the element |
$flexGrow | See MDN | Applies flex-grow styles to the element |
$flexShrink | See MDN | Applies flex-shrink styles to the element |
$flexBasis | See MDN | Applies flex-basis styles to the element |
$order | See MDN | Applies order styles to the element |