prizmux 1.4.13 → 1.4.15

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.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,6 +6,12 @@
6
6
 
7
7
  A developer-first React Native component system.
8
8
 
9
+ [![version](https://img.shields.io/npm/v/prizmux?style=flat-square&color=007ec6)](https://www.npmjs.com/package/prizmux)
10
+ [![npm downloads](https://img.shields.io/npm/dm/prizmux?style=flat-square&color=8252e1)](https://www.npmjs.com/package/prizmux)
11
+ [![jsdelivr](https://img.shields.io/jsdelivr/npm/hm/prizmux?style=flat-square&color=ff4081)](https://www.jsdelivr.com/package/npm/prizmux)
12
+ [![license](https://img.shields.io/npm/l/prizmux?style=flat-square&color=ff4081)](https://www.npmjs.com/package/prizmux)
13
+ [![developer](https://img.shields.io/badge/developer-Lukwago%20Joel%20Jr-brightgreen?style=flat-square)](https://github.com/contecfy/prizmux)
14
+
9
15
  > You should control your UI — not your UI library.
10
16
 
11
17
  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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prizmux",
3
- "version": "1.4.13",
3
+ "version": "1.4.15",
4
4
  "description": "A smooth and modern UI component library for React Native",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",