mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-04 04:58:55 +08:00
20 lines
429 B
Markdown
20 lines
429 B
Markdown
|
---
|
||
|
category: Components
|
||
|
type: Layout
|
||
|
title: Space
|
||
|
cols: 1
|
||
|
---
|
||
|
|
||
|
Set components spacing.
|
||
|
|
||
|
## When To Use
|
||
|
|
||
|
Avoid components clinging together and set a unified space.
|
||
|
|
||
|
## API
|
||
|
|
||
|
| Property | Description | Type | Default | Version |
|
||
|
| --- | --- | --- | --- | --- |
|
||
|
| size | space size | `small` \| `middle` \| `large` \| `number` | `small` | 4.1.0 |
|
||
|
| direction | space direction | `vertical` \| `horizontal` | `horizontal` | 4.1.0 |
|