Advanced Custom Scrollbar Javascript Library – scrollboss.js

Category: Javascript | November 25, 2021
Author:rohit-chouhan
Views Total:150 views
Official Page:Go to website
Last Update:November 25, 2021
License:MIT

Preview:

Advanced Custom Scrollbar Javascript Library – scrollboss.js

Description:

scrollboss.js is a JavaScript library that allows you to replace the native scrollbar with one that can be easily customized via JavaScript and CSS.

Compatible with the latest Bootstrap 5 framework.

How to use it:

1. Download and import the scrollboss.js library.

<script src=”scrollboss.min.js”></script>

2. Initialize the scrollboss and create a basic custom scrollbar.

scrollboss.apply({
  color: "#fff",
  background: "#000",
  width: 10,
  radius: 50,
  shadow: 3,
});

3. Additionally, it also supports Bootstrap color utility classes like primary, success, info, warning, danger, dark, light.

scrollboss.apply({
  color: "success",
  background: "info",
  width: 10,
  radius: 50,
  shadow: 3,
});

Changelog:

v1.1 (11/25/2021)

  • Update scrollboss.js

You Might Be Interested In:


One thought on “Advanced Custom Scrollbar Javascript Library – scrollboss.js

Leave a Reply