Customizable Stylus/CSS table component with material design
Material table is a customizable CSS component for material design tables
<table class="table | table-striped | table-hover | table-bordered" summary="summary">
<caption>caption</caption>
<thead>
<!-- ... -->
</thead>
<tbody>
<!-- ... -->
</tbody>
</table>
- Install Stylus globally:
npm install -g stylus
- Install using bower to your project:
bower install --save-dev material-table
- In your
.styl
stylus file:@import "bower_components/material-table/styles/material-table"