Skip to content

scaflo/use-hooks

Repository files navigation

@scaflo/use-hooks

A collection of useful React hooks.

Installation

npm install @scaflo/use-hooks
# or
yarn add @scaflo/use-hooks
# or
pnpm add @scaflo/use-hooks

Available Hooks

Usage

Import any hook you need from the package:

import { useAnimationFrame, useBattery } from "@scaflo/use-hooks";

Refer to the documentation for detailed usage examples of each hook.

Releases

No releases published

Packages

No packages published