slidev-component-scroll

1.1.0 • Public • Published

slidev-component-scroll

NPM version

Scroll navigation component for Slidev.

Navigate through the slides using the mouse wheel.

Installation

npm i slidev-component-scroll

Configuration

Define this package into your slidev addons.

In your slides metadata (using frontmatter):

---
addons:
  - slidev-component-scroll
---

Or in your package.json:

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

Usage

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

<template>
  <Scroll/>
</template>

Components

Scroll

Component for the scroll feature:

<Scroll/>

Dependents (0)

Package Sidebar

Install

npm i slidev-component-scroll

Weekly Downloads

10

Version

1.1.0

License

MIT

Unpacked Size

4.35 kB

Total Files

4

Last publish

Collaborators

  • tonai
  • marob
  • smile-sa