react-hooks/README.md

413 B

react-hooks

Install

// with npm
npm i --save @flare/react-hooks --registry https://lab.code-rove.com/public-node-registry

// with yarn
yarn add @flare/react-hooks --registry https://lab.code-rove.com/public-node-registry

Usage

import { useWindowSize, useLink, useTitle } from "@flare/react-hooks";

1.0.0 This version includes the initial version of react-hooks component.