Summary: Pull Request resolved: https://github.com/facebook/yoga/pull/1589 Adds a skeleton to the new website of documentation and such for us to fill out. Reviewed By: joevilches Differential Revision: D54567186 fbshipit-source-id: 700dfe0787fcb9806c3daa0675e838540119bbc0
16 lines
285 B
Plaintext
16 lines
285 B
Plaintext
---
|
|
sidebar_position: 1
|
|
---
|
|
|
|
import Playground from '@site/src/components/Playground';
|
|
|
|
# Align Content
|
|
|
|
<Playground code={`<Layout config={{useWebDefaults: false}}>
|
|
<Node
|
|
style={{width: 200, height: 200, padding: 20}}
|
|
>
|
|
<Node style={{flex: 1}} />
|
|
</Node>
|
|
</Layout>`} />
|