<!-- Generated by scripts/generate-web-components.js. Do not edit directly. -->

# TableCell

Describes one declarative table cell.

```html
<noora-table-cell column="project">Tuist</noora-table-cell>
```

## Attributes

| Attribute | Type or allowed values | Default | Description |
| --- | --- | --- | --- |
| `column` | `string` | `""` | Associates the cell with a table column. |
| `value` | `string` | None | Sets the cell value instead of using text content. |

## Slots

| Slot | Description |
| --- | --- |
| `default` | The cell value. |



## Cell

Describe one table value.

```html
<noora-table-cell column="project">Tuist</noora-table-cell>
```
