0.0.7 • Published 3 years ago

@vetprovieh/vetprovieh-pager v0.0.7

Weekly downloads
-
License
Apache License 2....
Repository
github
Last release
3 years ago

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>