1.0.7 • Published 2 years ago

@eddieonthecode/vue-virtual-scrollbar v1.0.7

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

vue-virtual-scrollbar

import { VueVirtualScrollbar } from '@eddieonthecode/vue-virtual-scrollbar';
import '@eddieonthecode/vue-virtual-scrollbar/dist/style.css';
<!-- Use CSS Selector -->
<VueVirtualScrollbar
   :horizontal="true"
   target="#scrollable"
   @positionChanged="positionChanged"
   >
</VueVirtualScrollbar>

<!-- Use element -->
<VueVirtualScrollbar
   style="position: absolute; top: 0; bottom: 0; right: 0"
   :horizontal="false"
   :target="target"
   >
</VueVirtualScrollbar>
1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago