Stack
<Stack>
<Box>1</Box>
<Box>2</Box>
<Box>3</Box>
</Stack>
Props
Stack
Prop | Type | Default | Description |
---|---|---|---|
children | node | – | |
direction | enum | 'row' | a value of `row`, or `column` |
gap | string | – |
<Stack>
<Box>1</Box>
<Box>2</Box>
<Box>3</Box>
</Stack>
Prop | Type | Default | Description |
---|---|---|---|
children | node | – | |
direction | enum | 'row' | a value of `row`, or `column` |
gap | string | – |