0.1.0 • Published 3 years ago

luna-scrollbar v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Luna Scrollbar

Custom scrollbar.

Demo

https://luna.liriliri.io/?path=/story/scrollbar

Install

Add the following script and style to your page.

<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/luna-scrollbar/luna-scrollbar.css" />
<script src="//cdn.jsdelivr.net/npm/luna-scrollbar/luna-scrollbar.js"></script>

You can also get it on npm.

npm install luna-scrollbar --save
import 'luna-scrollbar/luna-scrollbar.css'
import LunaScrollbar from 'luna-scrollbar'

Usage

const scrollbar = new LunaScrollbar(container)
scollbar.getContent().innerHTML = 'test'

Api

getContent(): HTMLElement

Get content element.

0.1.0

3 years ago