Skip to content

Demo adapted for LitElement from vaadin-grid's pagination example

License

Notifications You must be signed in to change notification settings

johnthad/paged-grid

Repository files navigation

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

About

Demo adapted for LitElement from vaadin-grid's pagination example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published