From fbfbb34ced8437d3bfb4070af918b08fd511e67b Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Wed, 28 Aug 2019 01:07:17 +0000 Subject: [PATCH] Deploy website Deploy website version based on a2215ab075729ba4b2b86377b01005d30d90fde9 --- docs/next/flexbox.html | 2 +- docs/next/flexbox/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/next/flexbox.html b/docs/next/flexbox.html index b99b9a83b4e..de0ae2c488c 100644 --- a/docs/next/flexbox.html +++ b/docs/next/flexbox.html @@ -77,7 +77,7 @@

Flex

flex will define how your items are going to “fill” over the available space along your main axis. Space will be divided according to each element's flex property.

-

In the following example the red, yellow and the green views are all children in the container view that have flex: 1 set. The red view uses flex: 1 , the yellow view uses flex: 2 and the green view uses flex: 3 . 1+2+3 = 6 which means that the red view will get 1/6 of the space, the yellow 2/6 of the space and the green 3/6 of the space.

+

In the following example the red, yellow and the green views are all children in the container view that has flex: 1 set. The red view uses flex: 1 , the yellow view uses flex: 2 and the green view uses flex: 3 . 1+2+3 = 6 which means that the red view will get 1/6 of the space, the yellow 2/6 of the space and the green 3/6 of the space.

Flex

Flex Direction

flexDirection controls the direction in which the children of a node are laid out. This is also referred to as the main axis. The cross axis is the axis perpendicular to the main axis, or the axis which the wrapping lines are laid out in.

diff --git a/docs/next/flexbox/index.html b/docs/next/flexbox/index.html index b99b9a83b4e..de0ae2c488c 100644 --- a/docs/next/flexbox/index.html +++ b/docs/next/flexbox/index.html @@ -77,7 +77,7 @@

Flex

flex will define how your items are going to “fill” over the available space along your main axis. Space will be divided according to each element's flex property.

-

In the following example the red, yellow and the green views are all children in the container view that have flex: 1 set. The red view uses flex: 1 , the yellow view uses flex: 2 and the green view uses flex: 3 . 1+2+3 = 6 which means that the red view will get 1/6 of the space, the yellow 2/6 of the space and the green 3/6 of the space.

+

In the following example the red, yellow and the green views are all children in the container view that has flex: 1 set. The red view uses flex: 1 , the yellow view uses flex: 2 and the green view uses flex: 3 . 1+2+3 = 6 which means that the red view will get 1/6 of the space, the yellow 2/6 of the space and the green 3/6 of the space.

Flex

Flex Direction

flexDirection controls the direction in which the children of a node are laid out. This is also referred to as the main axis. The cross axis is the axis perpendicular to the main axis, or the axis which the wrapping lines are laid out in.