@nobertdev/react-3d-icons 1.4.0 → 1.5.0
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 +6 -0
- package/package.json +10 -2
package/README.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
A beautiful collection of 650+ 3D icons as React components, organized by style category.
|
|
4
4
|
|
|
5
|
+

|
|
6
|
+
|
|
7
|
+
[Demo & Docs](https://react-3d-icons.vercel.app/) · [GitHub](https://github.com/NOBERT167/react-3d-icons) · [npm](https://www.npmjs.com/package/@nobertdev/react-3d-icons)
|
|
8
|
+
|
|
9
|
+
Cooked by [Nobert Dev](https://nobertdev.vercel.app/)
|
|
10
|
+
|
|
5
11
|
## Installation
|
|
6
12
|
|
|
7
13
|
```bash
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nobertdev/react-3d-icons",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.5.0",
|
|
4
4
|
"description": "Beautiful 3D React icon components with multiple styles — dynamic color, dynamic premium, front color, and premium front",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -66,5 +66,13 @@
|
|
|
66
66
|
"license": "MIT",
|
|
67
67
|
"peerDependencies": {
|
|
68
68
|
"react": ">=18"
|
|
69
|
-
}
|
|
69
|
+
},
|
|
70
|
+
"repository": {
|
|
71
|
+
"type": "git",
|
|
72
|
+
"url": "git+https://github.com/NOBERT167/react-3d-icons.git"
|
|
73
|
+
},
|
|
74
|
+
"bugs": {
|
|
75
|
+
"url": "https://github.com/NOBERT167/react-3d-icons/issues"
|
|
76
|
+
},
|
|
77
|
+
"homepage": "https://github.com/NOBERT167/react-3d-icons#readme"
|
|
70
78
|
}
|