Files
yoga/website-next/docs/examples/align-content.mdx

16 lines
285 B
Plaintext
Raw Normal View History

---
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>`} />