@usefy/use-unmount 0.0.22 → 0.0.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,6 +11,12 @@ A React hook that executes a callback when the component unmounts.
11
11
  - **TypeScript Support**: Full type definitions included
12
12
  - **Zero Dependencies**: Only peer dependency on React
13
13
 
14
+ <p align="center">
15
+ <a href="https://geon0529.github.io/usefy/?path=/docs/hooks-useunmount--docs" target="_blank" rel="noopener noreferrer">
16
+ <strong>📚 View Storybook Demo</strong>
17
+ </a>
18
+ </p>
19
+
14
20
  ## Installation
15
21
 
16
22
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usefy/use-unmount",
3
- "version": "0.0.22",
3
+ "version": "0.0.24",
4
4
  "description": "A React hook that executes a callback when the component unmounts",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",