@hua-labs/motion-core 2.2.1 → 2.2.2
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 +11 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -155,9 +155,19 @@ function Hero() {
|
|
|
155
155
|
|
|
156
156
|
[Full Documentation](https://docs.hua-labs.com)
|
|
157
157
|
|
|
158
|
+
## Documentation
|
|
159
|
+
|
|
160
|
+
- [Detailed Guide](./DETAILED_GUIDE.md)
|
|
161
|
+
- [Documentation Site](https://docs.hua-labs.com)
|
|
162
|
+
|
|
158
163
|
## Related Packages
|
|
159
164
|
|
|
160
|
-
- [`@hua-labs/
|
|
165
|
+
- [`@hua-labs/pro`](https://www.npmjs.com/package/@hua-labs/pro) — Advanced motion hooks (orchestration, auto-animations)
|
|
166
|
+
- [`@hua-labs/hua`](https://www.npmjs.com/package/@hua-labs/hua) — Framework (includes motion)
|
|
167
|
+
|
|
168
|
+
## Requirements
|
|
169
|
+
|
|
170
|
+
React >= 19.0.0 · React DOM >= 19.0.0 · TypeScript >= 5.9
|
|
161
171
|
|
|
162
172
|
## License
|
|
163
173
|
|