@@ -7,39 +7,38 @@ Minwork is the personal brand of Krzysztof Kalkhoff. You can find more informati
7
7
8
8
# Libraries
9
9
10
- ## Hooks
11
-
12
- ### Use Long Press
13
- ![ React Long Press Hook] ( https://raw.githubusercontent.com/minwork/react/main/packages/use-long-press/images/react-long-press-hook.webp )
10
+ ## Use Long Press
14
11
15
12
![ NPM Downloads] ( https://img.shields.io/npm/dm/use-long-press )
16
13
[ ![ npm] ( https://img.shields.io/npm/v/use-long-press )] ( https://www.npmjs.com/package/use-long-press )
17
14
15
+ ![ React Long Press Hook] ( https://raw.githubusercontent.com/minwork/react/main/packages/use-long-press/images/react-long-press-hook.webp )
16
+
18
17
> React hook for detecting _ click_ , _ tap_ or _ point_ and _ hold_ event.
19
18
20
19
- [ Readme] ( ./packages/use-long-press/README.md )
21
20
- [ Demo (Storybook)] ( https://react-libraries-storybook.vercel.app/ )
22
21
- [ Documentation] ( https://minwork.gitbook.io/long-press-hook )
23
22
24
- ### Use Double Tap
25
-
26
- ![ React Double Tap Hook] ( https://raw.githubusercontent.com/minwork/react/main/packages/use-double-tap/images/react-double-tap-hook.webp )
23
+ ## Use Double Tap
27
24
28
25
![ NPM Downloads] ( https://img.shields.io/npm/dm/use-double-tap )
29
26
![ npm] ( https://img.shields.io/npm/v/use-double-tap )
30
27
28
+ ![ React Double Tap Hook] ( https://raw.githubusercontent.com/minwork/react/main/packages/use-double-tap/images/react-double-tap-hook.webp )
29
+
31
30
> React hook for handling _ double tap_ on mobile devices
32
31
33
32
- [ Readme] ( ./packages/use-double-tap/README.md )
34
33
- [ Documentation] ( https://minwork.gitbook.io/double-tap-hook )
35
34
36
- ### React Interval Hook
37
-
38
- ![ React Interval Hook] ( https://raw.githubusercontent.com/minwork/react/main/packages/react-interval-hook/images/react-interval-hook.webp )
35
+ ## React Interval Hook
39
36
40
37
![ NPM Downloads] ( https://img.shields.io/npm/dm/react-interval-hook )
41
38
[ ![ npm] ( https://img.shields.io/npm/v/react-interval-hook )] ( https://www.npmjs.com/package/react-interval-hook )
42
39
40
+ ![ React Interval Hook] ( https://raw.githubusercontent.com/minwork/react/main/packages/react-interval-hook/images/react-interval-hook.webp )
41
+
43
42
> React _ self-correcting_ interval hook for precision timing, augmented by management methods
44
43
45
44
- [ Readme] ( ./packages/react-interval-hook/README.md )
0 commit comments