File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- # hooks-toolbox
1+ # react- hooks-toolbox
22
33Collection of Hooks.
44
@@ -9,13 +9,13 @@ Collection of Hooks.
99### With npm
1010
1111``` sh
12- npm i hooks-toolbox
12+ npm i react- hooks-toolbox
1313```
1414
1515### Or with yarn
1616
1717``` sh
18- yarn add hooks-toolbox
18+ yarn add react- hooks-toolbox
1919```
2020
2121## API
@@ -102,7 +102,7 @@ Array containing:
102102#### Example
103103
104104``` js
105- import { useDymoOpenLabel , useDymoCheckService } from " hooks-toolbox" ;
105+ import { useDymoOpenLabel , useDymoCheckService } from " react- hooks-toolbox" ;
106106
107107const DymoLabelPreview = () => {
108108 const [msg , statusDymoService ] = useDymoCheckService ();
Original file line number Diff line number Diff line change 11{
2- "name" : " hooks-toolbox" ,
2+ "name" : " react- hooks-toolbox" ,
33 "version" : " 0.0.3" ,
4- "description" : " hooks-toolbox React component " ,
4+ "description" : " React hooks toolbox " ,
55 "main" : " lib/index.js" ,
66 "module" : " es/index.js" ,
77 "files" : [
4444 },
4545 "author" : " apenab" ,
4646 "license" : " MIT" ,
47- "repository" : " https://github.com/apenab/hooks-toolbox" ,
47+ "repository" : " https://github.com/apenab/react- hooks-toolbox" ,
4848 "keywords" : [
4949 " react-component" ,
5050 " react" ,
You can’t perform that action at this time.
0 commit comments