@svelte-put/dragscroll
v4.0.0
Published
Svelte action for drag-to-scroll behavior
Downloads
4,318
Maintainers
Readme
@svelte-put/dragscroll
Svelte action use:dragscroll
for pointer drag-to-scroll behavior
svelte-put
This package is part of the @svelte-put family. For contributing guideline and more, refer to its readme.
Usage & Documentation
See the dedicated documentation page here.
Quick Start
<script>
import { dragscroll } from '@svelte-put/dragscroll';
</script>
<div use:dragscroll>...</div>