Skip to content

Commit fbdd224

Browse files
author
Olaf Sulich
committed
Update README badges and add technologies
1 parent 3ef5f0e commit fbdd224

File tree

1 file changed

+23
-11
lines changed

1 file changed

+23
-11
lines changed

README.md

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,27 +22,27 @@
2222
<hr />
2323

2424
<!-- prettier-ignore-start -->
25-
[![Build Status](https://travis-ci.org/olafsulich/use-haki.svg)](https://travis-ci.org/olafsulich/use-haki)
26-
[![npm](https://img.shields.io/npm/v/use-haki)](https://www.npmjs.com/package/use-haki)
27-
[![GitHub license](https://img.shields.io/github/license/olafsulich/use-haki.svg)](https://github.com/olafsulich/usehaki/blob/master/LICENSE)
28-
29-
[![GitHub stars](https://img.shields.io/github/stars/olafsulich/use-haki.svg?style=social&label=Star&maxAge=2592000)](https://GitHub.com/olafsulich/use-haki/stargazers/)
30-
[![GitHub forks](https://img.shields.io/github/forks/olafsulich/use-haki.svg?style=social&label=Fork&maxAge=2592000)](https://GitHub.com/olafsulich/use-haki/network/)
31-
[![GitHub watchers](https://img.shields.io/github/watchers/olafsulich/use-haki.svg?style=social&label=Watch&maxAge=2592000)](https://GitHub.com/olafsulich/use-haki/watchers/)
32-
[![GitHub followers](https://img.shields.io/github/followers/olafsulich.svg?style=social&label=Follow&maxAge=2592000)](https://github.com/olafsulich?tab=followers)
25+
[![Build Status](https://travis-ci.org/olafsulich/use-haki.svg?style=flat-square)](https://travis-ci.org/olafsulich/use-haki)
26+
[![npm](https://img.shields.io/npm/v/use-haki?style=flat-square)](https://www.npmjs.com/package/use-haki)
27+
[![downloads](https://img.shields.io/npm/dm/use-haki?style=flat-square)](https://www.npmtrends.com/use-haki)
28+
[![GitHub license](https://img.shields.io/github/license/olafsulich/use-haki.svg?style=flat-square)](https://github.com/olafsulich/usehaki/blob/master/LICENSE)
29+
30+
[![All Contributors](https://img.shields.io/badge/all_contributors-13-orange.svg?style=flat-square)](#contributors)
31+
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
32+
[![Code of Conduct](https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square)](https://github.com/testing-library/react-hooks-testing-library/blob/master/CODE_OF_CONDUCT.md)
33+
[![Star on GitHub](https://img.shields.io/github/stars/olafsulich/use-haki.svg?style=social)](https://github.com/olafsulich/use-haki/stargazers)
3334
<!-- prettier-ignore-end -->
3435

3536
<div align="center">
36-
<br />
3737
<br />
3838
<br />
3939
<pre>npm i <a href="https://www.npmjs.com/package/use-haki">use-haki</a></pre>
4040
<br />
4141
<br />
42-
<br />
43-
<br />
4442
</div>
4543

44+
## Hooks
45+
4646
- [`useClickOutside`](./docs/useClickOutside.md) &mdash; allows you to detect clicks outside of a specified element.
4747

4848
- [`useEventListener`](./docs/useEventListener.md) &mdash; provide a declarative hook for events listeners.
@@ -80,3 +80,15 @@
8080
- [`useIntersection`](./docs/useIntersection.md) &mdash; use intersection observer listener in an easy way
8181

8282
- [`useMeasure`](./docs/useMeasure.md) &mdash; 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

Comments
 (0)