0.1.2 • Published 8 years ago

copia-responsive-tables v0.1.2

Weekly downloads
5
License
Apache 2
Repository
github
Last release
8 years ago

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

An example can be found in the example folder