@usefy/use-unmount 0.0.21 → 0.0.23
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.
- package/README.md +7 -6
- 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
|
|
@@ -144,12 +150,7 @@ This package maintains comprehensive test coverage to ensure reliability and sta
|
|
|
144
150
|
|
|
145
151
|
### Test Coverage
|
|
146
152
|
|
|
147
|
-
|
|
148
|
-
| ---------- | ------------ |
|
|
149
|
-
| Statements | 100% (10/10) |
|
|
150
|
-
| Branches | 100% (4/4) |
|
|
151
|
-
| Functions | 100% (3/3) |
|
|
152
|
-
| Lines | 100% (10/10) |
|
|
153
|
+
📊 <a href="https://geon0529.github.io/usefy/coverage/use-unmount/src/index.html" target="_blank" rel="noopener noreferrer"><strong>View Detailed Coverage Report</strong></a> (GitHub Pages)
|
|
153
154
|
|
|
154
155
|
### Test Categories
|
|
155
156
|
|