Skip to content

srsgores/material-table

Repository files navigation

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"

About

css table component with material design

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published