Merge branch 'master' into patch-1
This commit is contained in:
@@ -18,6 +18,8 @@ applying to the main axis, `align items` applies to the cross axis.
|
||||
|
||||
**CENTER** Align children of a container in the center of the container's cross axis.
|
||||
|
||||
**BASELINE** Align children of a container along a common baseline. Individual children can be set to be the reference baseline for their parents.
|
||||
|
||||
<controls prop="alignItems"></controls>
|
||||
|
||||
## Align Self
|
||||
|
@@ -22,7 +22,7 @@ remaining space between the children.
|
||||
|
||||
**SPACE AROUND** Evenly space of children across the container's main axis, distributing
|
||||
remaining space around the children. Compared to `space between` using
|
||||
`Sspace around` will result in space being distributed to the beginning of
|
||||
`space around` will result in space being distributed to the beginning of
|
||||
the first child and end of the last child.
|
||||
|
||||
<controls prop="justifyContent"></controls>
|
||||
|
@@ -14,10 +14,10 @@ refers to `right`. When localizing your apps for markets with RTL languages
|
||||
you should customize this by either by passing a direction
|
||||
to the `CalculateLayout` call or by setting the direction on the root node.
|
||||
|
||||
**LTR (DEFAULT)** Text and children and laid our from left to right. Margin and
|
||||
**LTR (DEFAULT)** Text and children and laid out from left to right. Margin and
|
||||
padding applied the start of an element are applied on the left side.
|
||||
|
||||
**RTL** Text and children and laid our from right to left. Margin and
|
||||
**RTL** Text and children and laid out from right to left. Margin and
|
||||
padding applied the start of an element are applied on the right side.
|
||||
|
||||
<controls prop="layoutDirection"></controls>
|
||||
|
Reference in New Issue
Block a user