Created
May 3, 2018 20:46
-
-
Save sendgrid-gists/97d249970a5d03b7cfb285237a7def31 to your computer and use it in GitHub Desktop.
SendGrid style-guide loading tables
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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