Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mvsde/scrollbar-width

Calculate the scrollbar width
https://github.com/mvsde/scrollbar-width

Last synced: 30 days ago
JSON representation

Calculate the scrollbar width

Awesome Lists containing this project

README

        

# Scrollbar width

## Installation

```bash
yarn add @mvsde/scrollbar-width
# or
npm install @mvsde/scrollbar-width
```

## Usage

```js
import scrollbarWidth from '@mvsde/scrollbar-width'

// Get the width of the scrollbar
const width = scrollbarWidth()

// Check if page has overflow and then get scrollbar width
const widthWithOverflowTest = scrollbarWidth({ testOverflow: true })
```