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/>

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.1.01latest

Version History

VersionDownloads (Last 7 Days)Published
1.1.01
1.0.30
1.0.20
1.0.10
1.0.00
0.2.20
0.2.10
0.2.00
0.1.10
0.1.00

Package Sidebar

Install

npm i slidev-component-scroll

Weekly Downloads

1

Version

1.1.0

License

MIT

Unpacked Size

4.35 kB

Total Files

4

Last publish

Collaborators

  • tonai
  • marob
  • smile-sa