UNPKG
@vue-widget/hooks
Version:
latest (0.3.3)
0.3.3
0.3.2
0.3.1
0.3.0
0.2.1
0.1.0
0.0.1
hooks from react to vue
github.com/qianyuhouse/hooks
@vue-widget/hooks
/
README.md
18 lines
(12 loc)
ā¢
217 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
@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(); `
``