1.0.4 • Published 8 years ago

blucify-scroller v1.0.4

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

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

NameTypeDefaultRequiredDescription
dotsBooleantruefalseShow dot navigation
1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago