@rebelcode/vc-paged
v0.1.0
Published
Paged component
Downloads
3
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 dev
Build library for production
npm run production
Run e2e tests
npm run e2e