@haroonwaves/blog-kit-react 1.0.8 → 1.0.9
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 +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13,18 +13,18 @@ pnpm add @haroonwaves/blog-kit-react
|
|
|
13
13
|
yarn add @haroonwaves/blog-kit-react
|
|
14
14
|
```
|
|
15
15
|
|
|
16
|
-
**Note:** This package requires React
|
|
16
|
+
**Note:** This package requires React 19+ as a peer dependency.
|
|
17
17
|
|
|
18
18
|
## Documentation
|
|
19
19
|
|
|
20
20
|
For complete documentation, API reference, and examples, please visit the
|
|
21
|
-
[main documentation](https://
|
|
21
|
+
[main documentation](https://blog-kit.pages.dev).
|
|
22
22
|
|
|
23
23
|
## Quick Links
|
|
24
24
|
|
|
25
|
-
- [Quick Start](https://
|
|
26
|
-
- [React Package Usage](https://
|
|
27
|
-
- [API Reference](https://
|
|
25
|
+
- [Quick Start](https://blog-kit.pages.dev/docs/quick-start)
|
|
26
|
+
- [React Package Usage](https://blog-kit.pages.dev/docs/react-package)
|
|
27
|
+
- [API Reference](https://blog-kit.pages.dev/docs/api-reference)
|
|
28
28
|
|
|
29
29
|
## Related Packages
|
|
30
30
|
|