Use `default` slot to add content to the table.

```html
<table class="sd-table w-full">
  <tbody>
    <tr>
      <td>Lorem ipsum dolor sit amet.</td>
    </tr>
  </tbody>
</table>
```
