|
1 |
| -# Minwork - React |
2 |
| -Welcome to Minwork React related libraries. Below you can find a list of all npm packages available within this repository: |
| 1 | +# Minwork - React Libraries |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | +# What is Minwork? |
| 6 | +Minwork is the personal brand of Krzysztof Kalkhoff. You can find more information about it on my [website](https://minwork.it). |
| 7 | + |
| 8 | +# Libraries |
3 | 9 |
|
4 | 10 | ## Hooks
|
5 |
| -- [use-long-press](./packages/use-long-press/README.md) - React hook for detecting _click_, _tap_ or _point_ and _hold_ event |
6 |
| -- [use-double-tap](./packages/use-double-tap/README.md) - React hook for handling _double tap_ on mobile devices |
7 |
| -- [react-interval-hook](./packages/react-interval-hook/README.md) - React _self-correcting_ interval hook for precision timing |
| 11 | + |
| 12 | +### Use Long Press |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | +[](https://www.npmjs.com/package/use-long-press) |
| 17 | + |
| 18 | +> React hook for detecting _click_, _tap_ or _point_ and _hold_ event. |
| 19 | +
|
| 20 | +- [Readme](./packages/use-long-press/README.md) |
| 21 | +- [Demo (Storybook)](https://react-libraries-storybook.vercel.app/) |
| 22 | +- [Documentation](https://minwork.gitbook.io/long-press-hook) |
| 23 | + |
| 24 | +### Use Double Tap |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | +> React hook for handling _double tap_ on mobile devices |
| 32 | +
|
| 33 | +- [Readme](./packages/use-double-tap/README.md) |
| 34 | +- [Documentation](https://minwork.gitbook.io/double-tap-hook) |
| 35 | + |
| 36 | +### React Interval Hook |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | +[](https://www.npmjs.com/package/react-interval-hook) |
| 42 | + |
| 43 | +> React _self-correcting_ interval hook for precision timing, augmented by management methods |
| 44 | +
|
| 45 | +- [Readme](./packages/react-interval-hook/README.md) |
| 46 | +- [Documentation](https://minwork.gitbook.io/react-interval-hook/) |
8 | 47 |
|
9 | 48 | ## What's new
|
10 |
| -If you're interested about the direction libraries above are heading check out [issues list](https://github.com/minwork/react/issues) to see what [new features](https://github.com/minwork/react/issues?q=is%3Aissue+is%3Aopen+label%3Afeature) are coming soon... |
| 49 | +If you’re curious about the direction these libraries are heading, check out the [issues list](https://github.com/minwork/react/issues) to see what [new features](https://github.com/minwork/react/issues?q=is%3Aissue+is%3Aopen+label%3Afeature) are coming soon™️. |
11 | 50 |
|
12 |
| -## Support |
13 |
| -If you like to support my work consider making a [donation](https://github.com/sponsors/minwork) |
| 51 | +# Support |
| 52 | +If you like to support my work consider making a [donation](https://github.com/sponsors/minwork). |
0 commit comments