https://github.com/chi-teck/vue-pager
Vue.js pagination component.
https://github.com/chi-teck/vue-pager
pager vue vue-components
Last synced: 8 months ago
JSON representation
Vue.js pagination component.
- Host: GitHub
- URL: https://github.com/chi-teck/vue-pager
- Owner: Chi-teck
- Created: 2016-09-18T15:07:59.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-10T09:45:23.000Z (almost 9 years ago)
- Last Synced: 2024-12-29T13:27:06.774Z (10 months ago)
- Topics: pager, vue, vue-components
- Language: JavaScript
- Size: 7.81 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue.js pagination plugin
The component is meant to work with [vue-router](https://github.com/vuejs/vue-router). Pager markup is compatible with Drupal 8. If you are going to use this outside Drupal check out [this stylesheet](https://github.com/Chi-teck/vue-pager/blob/master/example/seven-pager.css).
## Usage:
```js
Vue.component('pager', VuePager);
``````html
```
## License
GNU General Public License, version 2.