shipit
Reviewed By: danielbuechele Differential Revision: D7010371 fbshipit-source-id: 9a111010755ee134bded7500c461342b944b4d62
This commit is contained in:
committed by
Facebook Github Bot
parent
82aaebfea2
commit
bdc37b0797
2
docs/path---docs-flex-direction-567fd5f961449baaa675.js
Normal file
2
docs/path---docs-flex-direction-567fd5f961449baaa675.js
Normal file
@@ -0,0 +1,2 @@
|
||||
webpackJsonp([0x8d60b6bd8547],{518:function(t,e){t.exports={pathContext:{frontmatter:{path:"docs/flex-direction",hasPlayground:!0,initialPlayground:null,redirect:null},html:'<h2>Flex Direction</h2>\n<p>Flex direction controls the direction in which children of a node are laid out.\nThis is also referred to as the main axis. The main axis is the direction in\nwhich children are laid out. The cross axis the the axis perpendicular to the\nmain axis, or the axis which wrapping lines are laid out in.</p>\n<p><strong>ROW (DEFAULT)</strong> Align children from left to right. If <a href="flex-wrap">wrapping</a> is enabled then\nthe next line will start under the first item on the left of the container.</p>\n<p><strong>COLUMN</strong> Align children from top to bottom. If <a href="flex-wrap">wrapping</a> is enabled then\nthe next line will start to the left first item on the top of the container.</p>\n<p><strong>ROW REVERSE</strong> Align children from right to left. If <a href="flex-wrap">wrapping</a> is enabled then\nthe next line will start under the first item on the right of the container.</p>\n<p><strong>COLUMN REVERSE</strong> Align children from bottom to top. If <a href="flex-wrap">wrapping</a> is enabled then\nthe next line will start to the left first item on the bottom of the container.</p>\n<p><controls prop="flexDirection"></controls></p>'}}}});
|
||||
//# sourceMappingURL=path---docs-flex-direction-567fd5f961449baaa675.js.map
|
Reference in New Issue
Block a user