Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

slidev-component-pager

Package Overview
Dependencies
Maintainers
3
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

slidev-component-pager

Pager component for Slidev

latest
Source
npmnpm
Version
1.1.0
Version published
Weekly downloads
31
24%
Maintainers
3
Weekly downloads
 
Created
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

vuejs

FAQs

Package last updated on 02 Apr 2024

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