Component that adds shadow to scrollable area works both with vertical and horizontal scrolling.
npm i vue-scroll-shadow-v3import VueScrollShadow from "vue-scroll-shadow-v3";
import "vue-scroll-shadow/style.css";<template>
<vue-scroll-shadow>
<!-- Scrollable content here -->
</vue-scroll-shadow>
</template>| Name | Type | Default | Description |
|---|---|---|---|
| scrollDirection | 'vertical' | 'horizontal' | vertical | The scroll direction of the container |
| shadowLength | String | '15px' | Size of shadow |