@nobertdev/react-3d-icons 1.5.1 → 1.5.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 +15 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,12 +3,10 @@
|
|
|
3
3
|
<p align="center">
|
|
4
4
|
<img src="https://react-3d-icons.vercel.app/screenshot.png" alt="React 3D Icons Preview" />
|
|
5
5
|
</p>
|
|
6
|
-
|
|
7
6
|
<p align="center">
|
|
8
7
|
<b>650+ beautiful 3D icons as React components</b><br/>
|
|
9
8
|
Clean. Fast. Customizable.
|
|
10
9
|
</p>
|
|
11
|
-
|
|
12
10
|
<p align="center">
|
|
13
11
|
<a href="https://www.npmjs.com/package/@nobertdev/react-3d-icons">
|
|
14
12
|
<img src="https://img.shields.io/npm/v/@nobertdev/react-3d-icons?color=green" />
|
|
@@ -23,6 +21,20 @@
|
|
|
23
21
|
|
|
24
22
|
---
|
|
25
23
|
|
|
24
|
+
<p align="center">
|
|
25
|
+
<a href="https://react-3d-icons.vercel.app/">
|
|
26
|
+
<img src="https://img.shields.io/badge/Icons-650%2B-blueviolet?style=for-the-badge&logo=data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0id2hpdGUiIGQ9Ik0xMiAyTDIgN2wxMCA1IDEwLTV6TTIgMTdsOSA1IDktNVYzbC05IDV6Ii8+PC9zdmc+" alt="650+ Icons" />
|
|
27
|
+
</a>
|
|
28
|
+
<a href="https://react-3d-icons.vercel.app/">
|
|
29
|
+
<img src="https://img.shields.io/badge/Documentation-Visit%20Docs-blue?style=for-the-badge&logo=readthedocs&logoColor=white" alt="Documentation" />
|
|
30
|
+
</a>
|
|
31
|
+
<a href="https://github.com/NOBERT167/react-3d-icons">
|
|
32
|
+
<img src="https://img.shields.io/badge/GitHub-Source%20Code-181717?style=for-the-badge&logo=github&logoColor=white" alt="GitHub" />
|
|
33
|
+
</a>
|
|
34
|
+
</p>
|
|
35
|
+
|
|
36
|
+
---
|
|
37
|
+
|
|
26
38
|
## ✨ Features
|
|
27
39
|
|
|
28
40
|
- 🎨 **650+ 3D icons** across multiple styles
|
|
@@ -113,7 +125,7 @@ All icons are `forwardRef` components rendering an `<img />`.
|
|
|
113
125
|
|
|
114
126
|
## 🔗 Links
|
|
115
127
|
|
|
116
|
-
- 🌐
|
|
128
|
+
- 🌐 Icons & Documentation: https://react-3d-icons.vercel.app/
|
|
117
129
|
- 💻 GitHub: https://github.com/NOBERT167/react-3d-icons
|
|
118
130
|
- 📦 npm: https://www.npmjs.com/package/@nobertdev/react-3d-icons
|
|
119
131
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nobertdev/react-3d-icons",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.2",
|
|
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,
|