scroll-hint
v1.2.8
Published
JavaScript library to suggest that elements are scrollable
Downloads
42,931
Readme
ScrollHint
Suggests that the elements are scrollable horizontally, with the pointer icon
.
Installation
via npm
npm install scroll-hint --save
via yarn
yarn add scroll-hint
via cdn
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/scroll-hint.css">
<script src="https://unpkg.com/[email protected]/js/scroll-hint.js"></script>
Usage
import the js with babel and Browserify/Webpack
import ScrollHint from 'scroll-hint';
new ScrollHint('.js-scrollable');