mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 19:50:05 +08:00
b8109bd20e
* feat: new component: Space * add config-provider space doc * fix lint fail * revert test -u * improve demo * compatible invalidElement * use inline-flex and wrap * review change * add space version * improve classname * review change * review change
585 B
585 B
category | type | subtitle | title | cols |
---|---|---|---|---|
Components | 布局 | 间距 | Space | 1 |
设置组件之间的间距。
何时使用
避免组件紧贴在一起,拉开统一的空间。
API
参数 | 说明 | 类型 | 默认值 | 版本 |
---|---|---|---|---|
size | 间距大小 | small | middle | large | number |
small |
4.1.0 |
direction | 间距方向 | vertical | horizontal |
horizontal |
4.1.0 |