zephyrus
v1.0.9
Published
A unstoppable library
Downloads
5
Readme
Zephyrus
Javascript Library
Installation
npm i zephyrus --save
Modules
Modules included in Zephyrus:
ScrollBar
The ScrollBar module uses the SimpleBar plugin internally.
import { ScrollBar } from 'zephyrus'
new ScrollBar(document.getElementById('myElement'), {
option1: value1,
option2: value2
});