React hooks
 
Go to file
Tudor Stanciu 009b7241da set new domain in configs 2022-12-28 18:11:33 +02:00
.husky initial version of react-hooks component 2022-09-07 11:20:27 +03:00
scripts initial version of react-hooks component 2022-09-07 11:20:27 +03:00
src react hooks 2022-09-07 11:24:20 +03:00
.gitignore initial version of react-hooks component 2022-09-07 11:20:27 +03:00
README.md set new domain in configs 2022-12-28 18:11:33 +02:00
package-lock.json set new domain in configs 2022-12-28 18:11:33 +02:00
package.json set new domain in configs 2022-12-28 18:11:33 +02:00

README.md

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.