rn-feav-ui 1.0.0 → 1.0.1
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/package.json +1 -1
- package/readme.md +21 -0
package/package.json
CHANGED
package/readme.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# 🌈 RN FEAV UI
|
|
2
|
+
|
|
3
|
+
Modern **Glassmorphism + Soft UI** component library for React Native
|
|
4
|
+
Lightweight • Beautiful • Dark Mode Ready
|
|
5
|
+
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
## ✨ Features
|
|
9
|
+
|
|
10
|
+
- 🧊 Glassmorphism UI (no blur, performance friendly)
|
|
11
|
+
- 🌗 Light / Dark mode support
|
|
12
|
+
- 🎨 Soft UI (neumorphism)
|
|
13
|
+
- ⚡ Pure React Native (no native dependency)
|
|
14
|
+
- 🎯 Easy to customize theme
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
18
|
+
## 📦 Installation
|
|
19
|
+
|
|
20
|
+
```bash
|
|
21
|
+
npm install rn-feav-ui
|