mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-12 20:32:28 +03:00
improve documentation
This commit is contained in:
@@ -47,7 +47,7 @@ I created this plugin because I hate ugly and space consuming scrollbars. Simila
|
||||
|
||||
## Getting started
|
||||
|
||||
### npm & Node
|
||||
### npm & node
|
||||
OverlayScrollbars can be downloaded from [npm](https://www.npmjs.com/package/overlayscrollbars) or the package manager of your choice:
|
||||
```sh
|
||||
npm install overlayscrollbars
|
||||
@@ -58,6 +58,8 @@ import 'overlayscrollbars/overlayscrollbars.css';
|
||||
import { OverlayScrollbars } from 'overlayscrollbars';
|
||||
```
|
||||
|
||||
> __Note__: In older node versions use `'overlayscrollbars/styles/overlayscrollbars.css'` as the import path for the CSS file.
|
||||
|
||||
### Manual download & embedding
|
||||
|
||||
<details>
|
||||
|
||||
Reference in New Issue
Block a user