vue-scrollbar

WebJar for vue-scrollbar

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

vue-scrollbar
Last Version

Last Version

1.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

vue-scrollbar
WebJar for vue-scrollbar
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/BosNaufal/vue-scrollbar

Download vue-scrollbar

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/vue-scrollbar/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>vue-scrollbar</artifactId>
    <version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/vue-scrollbar/
implementation 'org.webjars.npm:vue-scrollbar:1.0.4'
// https://jarcasting.com/artifacts/org.webjars.npm/vue-scrollbar/
implementation ("org.webjars.npm:vue-scrollbar:1.0.4")
'org.webjars.npm:vue-scrollbar:jar:1.0.4'
<dependency org="org.webjars.npm" name="vue-scrollbar" rev="1.0.4">
  <artifact name="vue-scrollbar" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='vue-scrollbar', version='1.0.4')
)
libraryDependencies += "org.webjars.npm" % "vue-scrollbar" % "1.0.4"
[org.webjars.npm/vue-scrollbar "1.0.4"]

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.npm : vue jar [1.0.21,2)

Project Modules

There are no modules declared in this project.

Vue Scrollbar

The Simplest Scroll Area Component with custom scrollbar for Vue Js. All animation, Height and Width are pure CSS, So it's TOTALLY CUSTOMIZABLE and RESPONSIVE! YEAH!.

DEMO

Install

You can import vue-scrollbar.vue to your vue component file like this and process it with your preprocessor.;

You can install it via NPM

npm install vue-scrollbar

Usage

<template>
  <vue-scrollbar classes="my-scrollbar" v-bind:speed=100 >
    <div class="should-have-a-children scroll-me">
      <p>And Now</p>
      <p>You Can Put</p>
      <p>A Long Content Here</p>
    </div>
  </vue-scrollbar>
</template>

<script>

  import vueScrollbar from 'vue-scrollbar';

  export default {
    components: { vueScrollbar }
  };

</script>

Props

clasess (String)

Just the ordinary class name for styling the wrapper. It's TOTALLY CUSTOMIZABLE!

/*The Wrapper*/
.my-scrollbar{
  width: 35%;
  min-width: 300px;
  max-height: 450px;
}

/*The Content*/
.scroll-me{
  min-width: 750px;
}
speed (Number)

The wheel step in pixel. The default is 53 pixel per wheel.

Thank You for Making this useful~

Let's talk about some projects with me

Just Contact Me At:

License

MIT Copyright (c) 2016 - forever Naufal Rabbani

Versions

Version
1.0.4