Files
yoga/docs/path---docs-flex-direction-567fd5f961449baaa675.js
Emil Sjölander bdc37b0797 shipit
Reviewed By: danielbuechele

Differential Revision: D7010371

fbshipit-source-id: 9a111010755ee134bded7500c461342b944b4d62
2018-02-16 09:58:06 -08:00

2 lines
1.4 KiB
JavaScript

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