---
title: "Spacing Between Table Cells | @table"
description: "Control spacing between table's cells."
keywords: ["table", "gap", "spacing", "cells"]
---
# Spacing Between Table Cells
Control spacing between table's cells.
Usage:
- `@table gap-*;`
This page contains only the **property configuration reference**. Complete
documentation and usage examples will be added progressively in future updates.
---
## Reference
```js title="shilp.config.js"
const shilpConfig = {
source: "react",
properties: {
table: {
gap: {
property: "border-spacing: ;",
resolve: "spacing",
themeKey: "spacingPixels",
values: {},
},
},
},
};
export default shilpConfig;
```