Row
It adds a new container block that can contain multiple columns as children.
Properties with row component
Property | Datatype | Description | Mandatory |
---|---|---|---|
gapX | number | It adds spacing on sides i.e left and right | No |
gapY | number | It adds spacing on top and bottom | No |
Margin and padding shorthand properties
This properties are used from styled-system/rebass
Property | Datatype | Description |
---|---|---|
p | number or type [number?, number?, number?, number?] | It adds padding |
pt | number | Shorthand for padding top |
pr | number | Shorthand for padding right |
pb | number | Shorthand for padding bottom |
pl | number | Shorthand for padding left |
m | number or type [number?, number?, number?, number?] | Shorthand for margin |
mt | number | Shorthand for margin top |
mr | number | Shorthand for margin right |
mb | number | Shorthand for margin bottom |
ml | number | Shorthand for margin left |