blucify-scroller

Scroller plugin for Blucify. Create scroll pages like a boss.


Keywords
vue, scroller, blucify
License
ISC
Install
npm install blucify-scroller@1.0.4

Documentation

blucify-scroller

Scroller plugin for Blucify. Create scroll pages like a boss.

Usage

This project is intented as a plugin for Blucify. See https://github.com/blucify/blucify. To install the plugin:

npm i --save blucify-scroller

Then import it:

import BlucifyScroller from 'blucify-scroller';

Use blucify-scroller component:

<template>
  <blucify-scroller></blucify-scroller>
</template>
<script>
...
components: {
  BlucifyScroller
}
...
</script>
...

You can put any component in blucify-scroller. This will create a section for that specific component.

Params

Name Type Default Required Description
dots Boolean true false Show dot navigation