minimal-shared 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +20 -0
- package/package.json +2 -2
package/README.md
CHANGED
@@ -1,3 +1,23 @@
|
|
1
1
|
# minimal-shared
|
2
2
|
|
3
3
|
Shared hooks and utils used by Mnimal UI and Zone UI.
|
4
|
+
|
5
|
+
###### List of hooks
|
6
|
+
|
7
|
+
- useTabs
|
8
|
+
- useBoolean
|
9
|
+
- usePopover
|
10
|
+
- useCookies
|
11
|
+
- useDebounce
|
12
|
+
- useSetState
|
13
|
+
- useIsClient
|
14
|
+
- useBackToTop
|
15
|
+
- useClientRect
|
16
|
+
- useMultiSelect
|
17
|
+
- useDoubleClick
|
18
|
+
- useLocalStorage
|
19
|
+
- usePopoverHover
|
20
|
+
- useCountdownDate
|
21
|
+
- useScrollOffsetTop
|
22
|
+
- useCountdownSeconds
|
23
|
+
- useCopyToClipboard
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "minimal-shared",
|
3
3
|
"author": "Minimals",
|
4
|
-
"version": "1.0.
|
4
|
+
"version": "1.0.2",
|
5
5
|
"description": "Shared hooks and utils used by Mnimal UI and Zone UI.",
|
6
6
|
"keywords": [
|
7
7
|
"typescript",
|
@@ -11,7 +11,7 @@
|
|
11
11
|
],
|
12
12
|
"repository": {
|
13
13
|
"type": "git",
|
14
|
-
"url": "https://github.com/minimal-ui-kit/minimal-shared"
|
14
|
+
"url": "https://github.com/minimal-ui-kit/minimal-shared/tree/main/packages/minimal-shared"
|
15
15
|
},
|
16
16
|
"license": "MIT",
|
17
17
|
"sideEffects": false,
|