21 lines
387 B
Markdown
21 lines
387 B
Markdown
|
# react-hooks
|
||
|
|
||
|
## Install
|
||
|
|
||
|
```bash
|
||
|
// 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
|
||
|
|
||
|
```jsx
|
||
|
import { StandardCV } from "@flare/react-hooks";
|
||
|
```
|
||
|
|
||
|
**1.0.0**
|
||
|
This version includes the initial version of react-hooks component.
|