# Table Cell (Component)

   This component is designed to be added to the table row component

## Example


```html
<td st-table-cell st-table-row-content>
    <!-- CELL CONTENT WILL BE HERE -->
</td>
```

