{"_id":"@am-hooks/use-hover","_rev":"1-3794d6d1ae247636ccfc9c031c17112c","name":"@am-hooks/use-hover","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@am-hooks/use-hover","version":"1.0.0","description":"Detect when mouse moves","main":"index.js","repository":{"type":"git","url":"git+https://github.com/dorothy7964/am-hooks.git"},"keywords":["mouseenterEvent","addEventListener"],"author":{"name":"wooami"},"license":"MIT","bugs":{"url":"https://github.com/dorothy7964/am-hooks/issues"},"homepage":"https://github.com/dorothy7964/am-hooks#readme","peerDependencies":{"react":"^16.13.0","react-dom":"^16.13.0"},"_id":"@am-hooks/use-hover@1.0.0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"integrity":"sha512-NWj+Vx6duPZ1U3vXnZ2pcv2SOvrLBoCYSfjAgx81i/MFYaRx5dVtJU0lBVY7zBHcXwKFta8aiurz0y3xvkdyNg==","shasum":"4852130f7ab486da246c8cc1cccba0c54a6efadc","tarball":"https://registry.npmjs.org/@am-hooks/use-hover/-/use-hover-1.0.0.tgz","fileCount":4,"unpackedSize":1676,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeZ+gSCRA9TVsSAnZWagAArbQP/0vMJYRA/wvT9AfD+fcZ\nB+ZSuaNynv2wWtLWwP07krfpd21JNo/ArQEPTO6YOXUqeAwzpgFezZ5YimGx\nNz09EF9Vmi1R8d75Wmyd+02hI47iNIIJmrTqGBoEZbweOYYQADtRg2lVh0Z0\nTK7i/rrsi13md2hMMgl+H/h/DQZloCOemf6NVw44AkL3ofX2/KpBDohz41+9\nM7HalR0VRP9NPT27RCnhn3hsfklb1RppEgp+wAUyU0vEJzLqMxoF8mBzp+7m\nhfS2FfSx/wRgzSPCCbWZNbZ9fYIEBtnUWfnzT5DVpIDv6BaHAX1VBxB30nMX\nE11cXhliVmtAVZJC4pmQzHEw3s1CpctV6JUVzE65Lxw6VkrhOrmxDDpiJpbI\nyB297SuXMhrLdxw0J+TDBc4tO6DCB8HO1O8hwYDObKv2ufJnHtgmwsVJmiC7\nCoxDDERUfNk4VaVV+rsD1yuzCjKbL2A4EHIsYTzK5RRNl8gSPTIIauX24gYT\nIR6rWjncgYXKFEPS5EYOYY0BDaeNyBVTNVXW0K+a31MaaBB1BARfwGUET6L8\nmOO9i9RlJKK7dPadMGossRqHJ9OWBCeaeePmejmlq319Izvmo4owzVirumu8\nGcq1URWs1qbMmJ095k/lVMuy3I6tv1aYcJGI8JfFnZA+Vz5kmvn085xG0etX\ns6D+\r\n=7bWH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCiGwTl8jbM0xoh6sUP/qZFz4dHLXhW20qaqE+bYCBtiQIgCVSSozkjMi6wfi7vi+4SWm0YIro4AC/4EW9NP4t3tCE="}]},"maintainers":[{"name":"wam-6577","email":"wam6577@gmail.com"}],"_npmUser":{"name":"wam-6577","email":"wam6577@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/use-hover_1.0.0_1583867922546_0.44659140378604634"},"_hasShrinkwrap":false}},"time":{"created":"2020-03-10T19:18:42.307Z","1.0.0":"2020-03-10T19:18:42.676Z","modified":"2022-04-04T13:42:28.789Z"},"maintainers":[{"name":"wam-6577","email":"wam6577@gmail.com"}],"description":"Detect when mouse moves","homepage":"https://github.com/dorothy7964/am-hooks#readme","keywords":["mouseenterEvent","addEventListener"],"repository":{"type":"git","url":"git+https://github.com/dorothy7964/am-hooks.git"},"author":{"name":"wooami"},"bugs":{"url":"https://github.com/dorothy7964/am-hooks/issues"},"license":"MIT","readme":"# useHover\r\n마우스를 올렸을 때 감지 <br><br>\r\n\r\n## Installation\r\n\r\n#### yarn\r\n\r\n`yarn add @am-hooks/use-hover`\r\n\r\n#### npm\r\n\r\n`npm i @am-hooks/use-hover` <br><br>\r\n\r\n## Usage\r\n\r\n```js\r\nimport React from \"react\";\r\nimport useHover from \"@am-hooks/use-hover\";\r\n\r\nconst App = () => {\r\n  const sayHover = () => console.log(\"마우스 올림\");\r\n  const title = useHover(sayHover);\r\n\r\n  return <h1 ref={title}>HELLO</h1>;\r\n}\r\n```\r\n\r\n<br><br>\r\n","readmeFilename":"README.md"}