<div class=“table-responsive”>

<table class="table table-striped">
  <thead>
    <tr>
      <th>Type</th>
      <th>Type Attributes</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>{{payload.type.name}}</td>
      <td>
        <attribute-description attribute="{options:{example:payload.example,typeData:payload.type}}"></attribute-description>
      </td>
    </tr>
  </tbody>
</table>

</div>