npm.io
0.1.0 • Published 8 years ago

react-table-material

Licence
MIT
Version
0.1.0
Deps
1
Size
42 kB
Vulns
0
Weekly
0
Stars
6

React Table Material

react-table-material is an elegant design to react-table inspired by material design

React Table Logo

Installation

  1. Install React Table as a dependency
# Yarn
$ yarn add react-table-material

# NPM
$ npm install react-table-material
  1. Import styles by including Table.css
// JS (Webpack)
import 'react-table-material/Table.css'

// Old-school
<link rel="stylesheet" href="node_modules/react-table-material/Table.css">