prizmux 1.4.12 → 1.4.14
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 +20 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,6 +6,14 @@
|
|
|
6
6
|
|
|
7
7
|
A developer-first React Native component system.
|
|
8
8
|
|
|
9
|
+
<p align="center">
|
|
10
|
+
<img src="https://img.shields.io/npm/v/prizmux?style=flat-square&color=007ec6" alt="version" />
|
|
11
|
+
<img src="https://img.shields.io/npm/dm/prizmux?style=flat-square&color=8252e1" alt="npm" />
|
|
12
|
+
<img src="https://img.shields.io/jsdelivr/npm/hm/prizmux?style=flat-square&color=ff4081" alt="jsdelivr" />
|
|
13
|
+
<img src="https://img.shields.io/npm/l/prizmux?style=flat-square&color=ff4081" alt="license" />
|
|
14
|
+
<img src="https://img.shields.io/badge/developer-Lukwago%20Joel%20Jr-brightgreen?style=flat-square" alt="developer" />
|
|
15
|
+
</p>
|
|
16
|
+
|
|
9
17
|
> You should control your UI — not your UI library.
|
|
10
18
|
|
|
11
19
|
Prizmux gives you production-ready UI primitives with no bloated dependencies, no locked abstractions, and no fighting the framework. Optimized for smooth animations, precise centering, and theme-agnostic customization. Just clean components you can copy, modify, and ship.
|
|
@@ -45,20 +53,26 @@ npm install prizmux
|
|
|
45
53
|
Visual previews of Prizmux components in action. Click on any preview to see it in high resolution.
|
|
46
54
|
|
|
47
55
|
### 📱 Phone Input
|
|
56
|
+
|
|
48
57
|
International phone input with searchable country picker, dial-code auto-detection, and premium translucent selection styling.
|
|
49
58
|
|
|
50
|
-
<
|
|
51
|
-
<
|
|
52
|
-
|
|
59
|
+
<div align="center">
|
|
60
|
+
<a href="https://raw.githubusercontent.com/contecfy/Prizmux/main/component%20preview%20gifs/phoneinput.gif">
|
|
61
|
+
<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;" />
|
|
62
|
+
</a>
|
|
63
|
+
</div>
|
|
53
64
|
|
|
54
65
|
---
|
|
55
66
|
|
|
56
67
|
### 🖼️ Image Preview
|
|
68
|
+
|
|
57
69
|
High-performance gallery viewer with smooth pinch-to-zoom, swipe gestures, and pagination.
|
|
58
70
|
|
|
59
|
-
<
|
|
60
|
-
<
|
|
61
|
-
|
|
71
|
+
<div align="center">
|
|
72
|
+
<a href="https://raw.githubusercontent.com/contecfy/Prizmux/main/component%20preview%20gifs/imagepreview.gif">
|
|
73
|
+
<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;" />
|
|
74
|
+
</a>
|
|
75
|
+
</div>
|
|
62
76
|
|
|
63
77
|
---
|
|
64
78
|
|