### Install Perfect Scrollbar with NPM
Source: https://perfectscrollbar.com/installation.html
Use this command to install the perfect-scrollbar package into your project via npm.
```bash
npm install perfect-scrollbar
```
--------------------------------
### Build Perfect Scrollbar from Source
Source: https://perfectscrollbar.com/installation.html
Clone the repository and run npm commands to build the development version of Perfect Scrollbar. Note that the development version may be unstable.
```bash
$ git clone https://github.com/mdbootstrap/perfect-scrollbar.git
$ cd perfect-scrollbar
$ npm install
$ npm run build
```
--------------------------------
### Include Perfect Scrollbar via CDN
Source: https://perfectscrollbar.com/installation.html
Add these CSS and JavaScript links to your HTML to include Perfect Scrollbar using CDN. Ensure Font Awesome and Roboto font are also included if needed.
```html
```
```html
```
=== COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.