react-use-scroll-snap
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

react-use-scroll-snap

A minimal React Hook for JavaScript scroll snapping. The Hook primarily snaps to elements using the wheel and touchmove events. Please reference the example folder on how to use the Hook.

API

Properties

Property Type Default Description Required
ref React.RefObject<HTMLElement> N/A Parent element of the scroll items. Yes
duration number 100 Snap animation length in miliseconds. No
isArrowKeysEnabled boolean True Enables the up and down arrow keys for snapping. No
isDirectionEnabled boolean True Prioritizes scroll direction over element visibility in the viewport. No

Return Object

Property Type Description
state React.RefObject<ScrollState> The internal state object used to track scroll information.
goto (index: number) => void A function that will scroll to the element at the specified index.

Installation

The package can be installed using npm. The package is written in TypeScript and exports the type declaration file in the distribution.

npm install react-use-scroll-snap

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Readme

Keywords

none

Package Sidebar

Install

npm i react-use-scroll-snap

Weekly Downloads

593

Version

1.0.0

License

MIT

Unpacked Size

12.5 kB

Total Files

5

Last publish

Collaborators

  • kazijawad