Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 832 Bytes

README.md

File metadata and controls

50 lines (34 loc) · 832 Bytes

paged-grid

Adapted for LitElement from vaadin-grid's pagination example.

Installation

git clone https://github.com/johnthad/paged-grid.git
cd paged-grid
npm install
npm run start

About This Build

This webcomponent follows the open-wc recommendation:

Usage

<script type="module">
  import 'paged-grid/paged-grid.js';
</script>

<paged-grid></paged-grid>

Testing using karma (not applied by author)

npm run test

Testing using karma via browserstack (not applied by author)

npm run test:bs

Demoing using storybook

npm run storybook

Linting

npm run lint