# vue-vitural-scroll-bar

> A Vue.js project

Latest version **1.1.0** (published 2018-08-16) · MIT license · 0 weekly downloads

## Install

```sh
npm install vue-vitural-scroll-bar
pnpm add vue-vitural-scroll-bar
yarn add vue-vitural-scroll-bar
bun add vue-vitural-scroll-bar
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.0 |
| Published | 2018-08-16 |
| First published | 2018-08-16 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 77.9 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Author | wn |
| Maintainers | sukid |
| Keywords | virtual-scrollbar |

## Links

- npm: https://www.npmjs.com/package/vue-vitural-scroll-bar
- Repository: https://github.com/w90674/vue-virtual-scrollBar
- Homepage: https://github.com/w90674/vue-virtual-scrollBar#readme
- Issues: https://github.com/w90674/vue-virtual-scrollBar/issues
- npm.io page: https://npm.io/package/vue-vitural-scroll-bar

## Dependencies (1)

- [vue](https://npm.io/package/vue.md) ^2.5.11

## Alternatives

- [@sentry/react-native](https://npm.io/package/@sentry/react-native.md) — 2.6M weekly downloads
- [@ardatan/aggregate-error](https://npm.io/package/@ardatan/aggregate-error.md) — 708.1K weekly downloads
- [custom-error-generator](https://npm.io/package/custom-error-generator.md) — 2.0K weekly downloads
- [@technik-sde/prosemirror-recreate-transform](https://npm.io/package/@technik-sde/prosemirror-recreate-transform.md) — 1.5K weekly downloads
- [@suchipi/error-utils](https://npm.io/package/@suchipi/error-utils.md) — 78 weekly downloads

## Recent versions

- 1.1.0 (latest) — 2018-08-16
- 1.0.0 — 2018-08-16

## README

### declare
- 1、user for myselft to learining how to publish an package to npm
- 2、do it just for fun
- 3、it can create a virutal scrollbar in vertical direction

### preview demo
http://pdj97cjik.bkt.clouddn.com/vue-scorllbar.mp4

### install
```
npm install vue-virtual-scroll-bar -s
```
####  use in vue
```
import vueScroll from '../node_modules/vue-scroll-bar/dist/vueVirtualScrollBar'
Vue.use(vueScroll)
```
```
 <v-scroll-bar height="100px" width="200px">
     <ul>
        <li v-for="i in 10">{{i}}</li>
      </ul>
    </v-scroll-bar>
```
>you should set a container with and height attribute

### api
- attr
`width`:container width;
`height`:container height;
`offsetX`:scrollbar x position ,default 0

---
_Source: https://npm.io/package/vue-vitural-scroll-bar · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
