Skip to content

pgalhardo/vue-remove-scroll-bar

Repository files navigation

vue-remove-scroll-bar

npm bundle size downloads

A lightweight Vue component to hide scrollbars while preserving the scrollbar gap. This prevents layout shifts when transitioning between scrollable and non-scrollable states. Based on react-remove-scroll-bar by theKashey.

Basic Usage

<script setup lang="ts">
import { RemoveScrollBar } from 'vue-remove-scroll-bar'
</script>

<template>
  <RemoveScrollBar /> -> no scroll bar
</template>

Credit

This is a Vue port of react-remove-scroll-bar by theKashey.

License

MIT

About

Vue port of react-remove-scroll-bar

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •