Skip to content

coderdiaz/vue-tiny-pagination

Repository files navigation

<vue-tiny-pagination />

A Vue component for create a tiny pagination with Flexbox


Install/Usage

$ npm i -S vue-tiny-pagination
<div id="#app">
  <tiny-pagination
    :total="currentTotal"
    @tiny:change-page="changePage"></tiny-pagination>
</div>

You can use local registration

import {TinyPagination} from 'vue-tiny-pagination'

new Vue({
  el: '#app',
  data() {
    return {
      currentTotal: 100,
      currentPage: 1
    }
  },
  methods: {
    changePage (pagination) {
      this.currentPage = pagination.page
    }
  },
  components: {
    TinyPagination
  }
});

or global registration

import TinyPagination from 'vue-tiny-pagination'
Vue.use(TinyPagination)

Usage in browser

In browser you can use Unpkg:

https://unpkg.com/vue-tiny-pagination@latest/dist/vue-tiny-pagination.min.js

Example in browser here: https://jsfiddle.net/coderdiaz/g5vLex83/3/

Documentation

For see the complete documentation go to the official website.

Contributions

All contributions are welcome send your PR and Issues.

License

This is a open-source software licensed under the MIT license

Crafted by Javier Diaz

About

A Vue component for create a tiny pagination with Flexbox

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy