Socket
Socket
Sign inDemoInstall

slidev-component-pager

Package Overview
Dependencies
0
Maintainers
3
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    slidev-component-pager

Pager component for Slidev


Version published
Weekly downloads
0
decreased by-100%
Maintainers
3
Created
Weekly downloads
 

Changelog

Source

1.1.0 (2024-04-02)

Chores
  • update license (e608ca05)
Bug Fixes
  • update deps and fix slidev 0.48 compatibility (eabcb0de)

Readme

Source

slidev-component-pager

NPM version

Pager component for Slidev.

Installation

npm i slidev-component-pager

Configuration

Define this package into your slidev addons.

In your slides metadata (using frontmatter):

---
addons:
  - slidev-component-pager
---

Or in your package.json:

{
  "slidev": {
    "addons": [
      "slidev-component-pager"
    ]
  }
}

Usage

Create a ./global-top.vue file in your Slidev project and use the component:

<template>
  <Pager/>
</template>

Components

Pager

Component that displays the pager:

<Pager/>

Keywords

FAQs

Last updated on 02 Apr 2024

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc