prizmux 1.4.12 → 1.4.13
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 +12 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -45,20 +45,26 @@ npm install prizmux
|
|
|
45
45
|
Visual previews of Prizmux components in action. Click on any preview to see it in high resolution.
|
|
46
46
|
|
|
47
47
|
### 📱 Phone Input
|
|
48
|
+
|
|
48
49
|
International phone input with searchable country picker, dial-code auto-detection, and premium translucent selection styling.
|
|
49
50
|
|
|
50
|
-
<
|
|
51
|
-
<
|
|
52
|
-
|
|
51
|
+
<div align="center">
|
|
52
|
+
<a href="https://raw.githubusercontent.com/contecfy/Prizmux/main/component%20preview%20gifs/phoneinput.gif">
|
|
53
|
+
<img src="https://raw.githubusercontent.com/contecfy/Prizmux/main/component%20preview%20gifs/phoneinput.gif" width="350" alt="PhoneInput Demo" style="border-radius: 10px; border: 1px solid #e5e7eb;" />
|
|
54
|
+
</a>
|
|
55
|
+
</div>
|
|
53
56
|
|
|
54
57
|
---
|
|
55
58
|
|
|
56
59
|
### 🖼️ Image Preview
|
|
60
|
+
|
|
57
61
|
High-performance gallery viewer with smooth pinch-to-zoom, swipe gestures, and pagination.
|
|
58
62
|
|
|
59
|
-
<
|
|
60
|
-
<
|
|
61
|
-
|
|
63
|
+
<div align="center">
|
|
64
|
+
<a href="https://raw.githubusercontent.com/contecfy/Prizmux/main/component%20preview%20gifs/imagepreview.gif">
|
|
65
|
+
<img src="https://raw.githubusercontent.com/contecfy/Prizmux/main/component%20preview%20gifs/imagepreview.gif" width="350" alt="ImagePreview Demo" style="border-radius: 10px; border: 1px solid #e5e7eb;" />
|
|
66
|
+
</a>
|
|
67
|
+
</div>
|
|
62
68
|
|
|
63
69
|
---
|
|
64
70
|
|