A simple pagination control with an paper-input for Polymer
[ This description is mirrored from README.md at github.com/cforgeard/pagination-input on 2019-05-10 ]
<pagination-input>
pagination-input
is a simple pagination control with an paper-input for Polymer.
<h3>Demo with some pages</h3>
<pagination-input current-page="1" page-count="5"></pagination-input>
<br>
<h3>Demo with a lot of pages</h3>
<pagination-input current-page="99" page-count="155"></pagination-input>
Bower
bower install pagination-input
Credits and licence
MIT Licence @ FORGEARD Clément 2017
Install
Framework Support
Polymer 2.0+
Browser Compatibility
Install with
Release notes - Version 1.0.2
Dependencies
Polymer/polymer#^2.0.0
- PolymerElements/iron-flex-layout#^2.0.0
- PolymerElements/paper-icon-button#^2.0.1
- PolymerElements/paper-input#^2.0.2
- PolymerElements/iron-icons#^2.0.1