New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

vue3-pagination

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue3-pagination

A Vue 3 component for pagination.

  • 1.0.7
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
73
decreased by-31.13%
Maintainers
1
Weekly downloads
 
Created
Source

Vue 3 Pagination

A Vue 3 component for pagination.

Installation

Package is available on NPM: https://www.npmjs.com/package/vue3-pagination

npm install vue3-pagination

The component is packaged mainly for use with bundlers, if you require a browser build - post an issue.

Usage

<template>
  <v-pagination
    v-model="page"
    :pages="10"
    :range-size="1"
    active-color="#DCEDFF"
  />
</template>

Props and attributes

Main interaction with the pagination is done via v-model with Number as expected type of the value passed.

IDTypeDefaultDescription
pagesNumberTotal number of pages
rangeSizeNumber1Number of page around the current page
activeColorString#DCEDFFBackground color of the current page

Keywords

FAQs

Package last updated on 21 Dec 2020

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc