# @vue-widget/hooks

🍣 React hooks used in vue.

## Install

Using npm:

```bash
npm install @vue-widget/hooks --save
```

## Usage

```js
import { useState } from 'hooks';
const [state, setState] = useState();
```