Skeletons
Componente que ocupa o espaço de um conteúdo enquanto o mesmo carrega.
Componente que ocupa o espaço de um conteúdo enquanto o mesmo carrega.
<table class="table table-striped skeleton-table">
<thead>
<tr>
<th class="status"></th>
<th></th>
<th></th>
<th></th>
<th></th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td class="status"></td>
<td class="two-lines"></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td class="status"></td>
<td class="two-lines"></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td class="status"></td>
<td class="two-lines"></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td class="status"></td>
<td class="two-lines"></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>