copia-responsive-tables

Make all tables responsive

Usage no npm install needed!

<script type="module">
  import copiaResponsiveTables from 'https://cdn.skypack.dev/copia-responsive-tables';
</script>

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

An example can be found in the example folder