README
Responsive Tables
Basic Usage
- Download ZIP of files
- Insert the JS and CSS onto the page
- Put the stylesheet where you would like
Install using npm:
$ npm install --save copia-responsive-tables
Add using webpack
require('copia-responsive-tables/lib/responsive-tables.js');
Add pre compiled SASS
@import "./node_modules/copia-responsive-tables/lib/css/responsive-tables";