Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 699 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 699 Bytes

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)
scrollbar.getContent().innerHTML = 'test'

Api

getContent(): HTMLElement

Get content element.