strivui 1.22.56 → 1.22.58
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 +1 -13
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,10 +1,6 @@
|
|
|
1
|
-
````md
|
|
2
1
|
<p align="center">
|
|
3
|
-
<img src="https://
|
|
2
|
+
<img src="https://striv-ui-web-app.vercel.app/assets/logo-C6E6T3Lj.png" width="200" alt="StrivUI Logo" />
|
|
4
3
|
</p>
|
|
5
|
-
|
|
6
|
-
<h1 align="center">StrivUI</h1>
|
|
7
|
-
|
|
8
4
|
<p align="center">
|
|
9
5
|
A hybrid, utility-first React component system inspired by React Native primitives.<br/>
|
|
10
6
|
TypeScript • Atomic CSS • Tree-shakable • Minimal runtime
|
|
@@ -100,11 +96,3 @@ public exports, ensuring accurate IntelliSense and type safety.
|
|
|
100
96
|
|
|
101
97
|
MIT © Syed Abdullah Ali
|
|
102
98
|
|
|
103
|
-
```
|
|
104
|
-
|
|
105
|
-
---
|
|
106
|
-
|
|
107
|
-
If you want, I can next add a **“Philosophy” section (very short)** that explains:
|
|
108
|
-
> “No runtime styling, no heavy context providers, just composable primitives”
|
|
109
|
-
That makes it sound **very senior / systems-level** like Radix, Ark UI, or Tamagui.
|
|
110
|
-
```
|