Adapted for LitElement
from vaadin-grid
's pagination example.
git clone https://github.com/johnthad/paged-grid.git
cd paged-grid
npm install
npm run start
This webcomponent follows the open-wc recommendation:
<script type="module">
import 'paged-grid/paged-grid.js';
</script>
<paged-grid></paged-grid>
npm run test
npm run test:bs
npm run storybook
npm run lint