@tomuench/vetprovieh-pager
v0.0.5
Published
Pager with Bulma.io for vetprovieh-project
Downloads
2
Maintainers
Readme
vetprovieh-pager: Web-Component for Paging
Pager with Bulma.io for vetprovieh-project. Requires Bulma.io for a good look and feel. It has the properties
page (currentPage) and maximum (maxPage). If a page is changed, the onchange
-event will be triggered. You can
access the events value with event.target.page
.
<vetprovieh-pager page="4" maximum="7" onchange="myFunction(event)"></vetprovieh-pager>
Install the Polymer-CLI
First, make sure you have the Polymer CLI installed. Then run polymer serve
to serve your element locally.
Viewing Your Element
$ polymer serve
Running Tests
$ polymer test
Your application is already set up to be tested via web-component-tester. Run polymer test
to run your application's test suite locally.
Credits
This web-component belongs to the EFRE research-project Vet:ProVieh from the University of Applied Science Osnabrück.