README
Sticky
A lightweight sticky scrolling plugin
const stickySidebar = new Sticky({
target: '#Sidebar'
});
License
The code is available under an ISC License.
Front end sticky scrolling
<script type="module">
import butsandcatsSticky from 'https://cdn.skypack.dev/@butsandcats/sticky';
</script>
A lightweight sticky scrolling plugin
const stickySidebar = new Sticky({
target: '#Sidebar'
});
The code is available under an ISC License.