Last active
September 22, 2015 15:23
-
-
Save adamthebig/ba86e3789487847c303c to your computer and use it in GitHub Desktop.
Frunt: Table Component
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="c-table --bordered --striped --hover --compact"> | |
<thead> | |
... | |
</thead> | |
<tbody> | |
... | |
</tbody> | |
</table> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment