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 startThis webcomponent follows the open-wc recommendation:
<script type="module">
import 'paged-grid/paged-grid.js';
</script>
<paged-grid></paged-grid>npm run testnpm run test:bsnpm run storybooknpm run lint