vue-scroll-shadow-v3
v0.1.3
Published
omponent that adds shadow to scrollable area works both with vertical and horizontal scrolling
Downloads
4
Maintainers
Readme
Vue 3 Vertical and Horizontal Scroll Shadow
Component that adds shadow to scrollable area works both with vertical and horizontal scrolling.
Installation
npm i vue-scroll-shadow-v3
Usage
import VueScrollShadow from "vue-scroll-shadow-v3";
import "vue-scroll-shadow/style.css";
<template>
<vue-scroll-shadow>
<!-- Scrollable content here -->
</vue-scroll-shadow>
</template>
Props
| Name | Type | Default | Description | | --------------- | -------------------------- | -------- | ------------------------------------- | | scrollDirection | 'vertical' | 'horizontal' | vertical | The scroll direction of the container | | shadowLength | String | '15px' | Size of shadow |