prizmux 1.4.13 → 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 +8 -0
- 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.
|