material-table

Material design CSS table component built on Stylus


Keywords
material, design, polymer, google, android, css, table, html, accessibility
License
WTFPL
Install
bower install material-table

Documentation

Material Table

Customizable Stylus/CSS table component with material design

Material table is a customizable CSS component for material design tables

Usage

<table class="table | table-striped | table-hover | table-bordered" summary="summary">
	<caption>caption</caption>
	<thead>
		<!-- ... -->
	</thead>
	<tbody>
		<!-- ... -->
	</tbody>
</table>

Customizing

  1. Install Stylus globally: npm install -g stylus
  2. Install using bower to your project: bower install --save-dev material-table
  3. In your .styl stylus file: @import "bower_components/material-table/styles/material-table"