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