|
22 | 22 | <hr />
|
23 | 23 |
|
24 | 24 | <!-- prettier-ignore-start -->
|
25 |
| -[](https://travis-ci.org/olafsulich/use-haki) |
26 |
| -[](https://www.npmjs.com/package/use-haki) |
27 |
| -[](https://github.com/olafsulich/usehaki/blob/master/LICENSE) |
28 |
| - |
29 |
| -[](https://GitHub.com/olafsulich/use-haki/stargazers/) |
30 |
| -[](https://GitHub.com/olafsulich/use-haki/network/) |
31 |
| -[](https://GitHub.com/olafsulich/use-haki/watchers/) |
32 |
| -[](https://github.com/olafsulich?tab=followers) |
| 25 | +[](https://travis-ci.org/olafsulich/use-haki) |
| 26 | +[](https://www.npmjs.com/package/use-haki) |
| 27 | +[](https://www.npmtrends.com/use-haki) |
| 28 | +[](https://github.com/olafsulich/usehaki/blob/master/LICENSE) |
| 29 | + |
| 30 | +[](#contributors) |
| 31 | +[](http://makeapullrequest.com) |
| 32 | +[](https://github.com/testing-library/react-hooks-testing-library/blob/master/CODE_OF_CONDUCT.md) |
| 33 | +[](https://github.com/olafsulich/use-haki/stargazers) |
33 | 34 | <!-- prettier-ignore-end -->
|
34 | 35 |
|
35 | 36 | <div align="center">
|
36 |
| - <br /> |
37 | 37 | <br />
|
38 | 38 | <br />
|
39 | 39 | <pre>npm i <a href="https://www.npmjs.com/package/use-haki">use-haki</a></pre>
|
40 | 40 | <br />
|
41 | 41 | <br />
|
42 |
| - <br /> |
43 |
| - <br /> |
44 | 42 | </div>
|
45 | 43 |
|
| 44 | +## Hooks |
| 45 | + |
46 | 46 | - [`useClickOutside`](./docs/useClickOutside.md) — allows you to detect clicks outside of a specified element.
|
47 | 47 |
|
48 | 48 | - [`useEventListener`](./docs/useEventListener.md) — provide a declarative hook for events listeners.
|
|
80 | 80 | - [`useIntersection`](./docs/useIntersection.md) — use intersection observer listener in an easy way
|
81 | 81 |
|
82 | 82 | - [`useMeasure`](./docs/useMeasure.md) — gives sizes of an element and its position
|
| 83 | + |
| 84 | +## Technologies |
| 85 | + |
| 86 | +- React |
| 87 | +- TypeScript |
| 88 | +- Microbundle |
| 89 | +- TravisCI |
| 90 | +- Eslint & Prettier |
| 91 | +- Husky & Lint-staged |
| 92 | +- React Testing Library & React Hooks Testing Library |
| 93 | + |
| 94 | +## Contributing |
0 commit comments