0.1.0 • Published 6 years ago

react-table-material v0.1.0

Weekly downloads
12
License
MIT
Repository
github
Last release
6 years ago

React Table Material

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

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">
0.1.0

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago