React hooks
 
Go to file
Tudor Stanciu 3095e8fb0d initial version of react-hooks component 2022-09-07 11:20:27 +03: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 initial version of react-hooks component 2022-09-07 11:20:27 +03:00
.gitignore initial version of react-hooks component 2022-09-07 11:20:27 +03:00
README.md initial version of react-hooks component 2022-09-07 11:20:27 +03:00
package.json initial version of react-hooks component 2022-09-07 11:20:27 +03:00

README.md

react-hooks

Install

// with npm
npm i --save @flare/react-hooks --registry https://toodle.ddns.net/public-node-registry

// with yarn
yarn add @flare/react-hooks --registry https://toodle.ddns.net/public-node-registry

Usage

import { StandardCV } from "@flare/react-hooks";

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