/** * Copyright (c) 2014-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. * * @flow * @format */ import React from 'react'; import Link from 'gatsby-link'; import Page from '../../components/Page'; import Padded from '../../components/Padded'; import {Row, Col} from 'antd'; export default () => (

Documentation

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam quis urna in lacus rutrum vehicula. Curabitur vitae dictum ante, sollicitudin sollicitudin tortor. Morbi a vehicula justo. Proin luctus tellus vitae nulla bibendum gravida. Duis varius cursus erat ut tempus. Fusce ex arcu, accumsan et ultricies at, fermentum sit amet lectus. Donec a neque nec leo pharetra fermentum.

Getting Started

Litho
ComponentKit
React Native
Addin Yoga to a project

Properties

Width and height
Max/min width and height
Flex direction
Justify content
Align items/self
Flex basis, grow and shrink
Margins, paddings, and borders
Flex wrap
Align content
Absolute layout
Aspect ratio
Layout direction

Examples

Overlays
Floating buttons
Flexible text

Contributing

Check out the code
Running the test suite
Making a change
Adding a test
Adding documentation
Opening a pull request
);