1.1.0 • Published 1 month ago

slidev-component-scroll v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

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

1 month ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.3

1 year ago

1.0.0

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago