![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
vue3-pagination
Advanced tools
This package has been migrated to @hennge/vue3-pagination and is no longer supported.
Package is available on NPM: https://www.npmjs.com/package/vue3-pagination
// with npm
npm install vue3-pagination
// with yarn
yarn add vue3-pagination
The component is packaged mainly for use with bundlers, if you require a browser build - post an issue.
import VPagination from "vue3-pagination";
import "vue3-pagination/dist/vue3-pagination.css";
export default {
...
components: {
VPagination
}
...
}
<template>
<v-pagination
v-model="page"
:pages="10"
:range-size="1"
active-color="#DCEDFF"
@update:modelValue="updateHandler"
/>
</template>
Main interaction with the pagination is done via v-model
with Number
as expected type of the value passed.
ID | Type | Default | Description |
---|---|---|---|
pages | Number | Total number of pages | |
rangeSize | Number | 1 | Number of page around the current page |
activeColor | String | #DCEDFF | Background color of the current page |
hideFirstButton | Boolean | false | Hide the button to go to the first page |
hideLastButton | Boolean | false | Hide the button to go to the last page |
ID | Output | Description |
---|---|---|
update:modelValue | Number | The current page has been updated |
Copyright © 2020 - Present, Julian Springaux
FAQs
A Vue 3 component for pagination.
We found that vue3-pagination demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.