Skip to content

Instantly share code, notes, and snippets.

@sendgrid-gists
Created May 3, 2018 20:46
Show Gist options
  • Save sendgrid-gists/97d249970a5d03b7cfb285237a7def31 to your computer and use it in GitHub Desktop.
Save sendgrid-gists/97d249970a5d03b7cfb285237a7def31 to your computer and use it in GitHub Desktop.
SendGrid style-guide loading tables
<table class="table-wrap has-checkboxes">
<thead>
<tr>
<th class="table-checkbox">
<div class="input-checkbox-wrap">
<input class="table-select-all" id="table-loading-select-all" type="checkbox" value="Select All">
<label class="input-checkbox-label" for="table-loading-select-all"></label>
</div>
</th>
<th class="sort">Contacts</th>
<th class="sort">Date Added</th>
<th class="sort">Last Opened</th>
<th class="sort">Last Clicked</th>
<th class="actions">Actions</th>
</tr>
</thead>
<tbody>
<tr>
<td class="table-checkbox"></td>
<td class="contact"></td>
<td class="stats"></td>
<td class="stats"></td>
<td class="stats"></td>
<td class="actions"></td>
</tr>
</tbody>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment