@rebelcode/vc-paged
v0.1.0
Published
Paged component
Downloads
10
Readme
Paged Component
Usage
<paged :items="items" :selected-keys="selectedItems"></paged>Where items has type of FunctionalCollection and selectedItems has type of FunctionalLimitedCollection from std-lib.
Developing
Run npm install to install all dev dependencies.
Here is available npm commands.
Build library while developing
npm run devBuild library for production
npm run productionRun e2e tests
npm run e2e