0.2.2 • Published 10 months ago

@nayhoo/hooks v0.2.2

Weekly downloads
-
License
-
Repository
-
Last release
10 months ago

@nayhoo/hooks

A collection of React hooks.

Installation

npm install @nayhoo/hooks

Usage

import { useScrollPosition } from "@nayhoo/hooks";

export const Component = () => {
  const scrollPosition = useScrollPosition();

  return `Scroll position: ${scrollPosition}`;
};
0.2.1

1 year ago

0.2.0

1 year ago

0.2.2

10 months ago

0.1.1

2 years ago

0.1.0

2 years ago