uikki 1.0.2 → 1.0.4
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 +27 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
# Uikki✦Uikki CLI 🐒
|
|
2
2
|
|
|
3
|
-
The official CLI tool for **[Uikki✦Uikki](https://
|
|
4
|
-
|
|
5
|
-
*(Note: Please replace the Vercel URL above with your actual live URL if it is different)*
|
|
3
|
+
The official CLI tool for **[Uikki✦Uikki](https://uikki.vercel.app)**, a Zero-dependency React UI Component Gallery.
|
|
6
4
|
|
|
7
5
|
## 🚀 What is Uikki?
|
|
8
6
|
|
|
@@ -26,6 +24,32 @@ npx uikki add drawer
|
|
|
26
24
|
|
|
27
25
|
The CLI will automatically download the component from the Uikki GitHub repository and save it to your `src/components/ui/` folder.
|
|
28
26
|
|
|
27
|
+
## 🎮 Live Demo & Component Playground
|
|
28
|
+
|
|
29
|
+
You don't need to install anything to see what Uikki can do!
|
|
30
|
+
Visit our live gallery to test components, tweak their props in real-time, and copy the code:
|
|
31
|
+
|
|
32
|
+
👉 **[Live Demo & Playground](https://uikki.vercel.app)** 👈
|
|
33
|
+
|
|
34
|
+
## 📦 Available Components
|
|
35
|
+
|
|
36
|
+
Currently, the following components are available to fetch via CLI. You can see how each of them looks and behaves on our live website.
|
|
37
|
+
|
|
38
|
+
- `accordion`
|
|
39
|
+
- `avatar`
|
|
40
|
+
- `badge`
|
|
41
|
+
- `button`
|
|
42
|
+
- `card`
|
|
43
|
+
- `drawer`
|
|
44
|
+
- `input`
|
|
45
|
+
- `list`
|
|
46
|
+
- `modal`
|
|
47
|
+
- `progress`
|
|
48
|
+
- `tabs`
|
|
49
|
+
- `toast`
|
|
50
|
+
- `toggle`
|
|
51
|
+
- `tooltip`
|
|
52
|
+
|
|
29
53
|
## 🎨 Features
|
|
30
54
|
|
|
31
55
|
- **Zero-dependency:** Animations and logic are built using pure React state and Tailwind CSS. No Framer Motion, no heavy dependencies!
|
|
@@ -34,5 +58,4 @@ The CLI will automatically download the component from the Uikki GitHub reposito
|
|
|
34
58
|
|
|
35
59
|
## 🔗 Links
|
|
36
60
|
|
|
37
|
-
- **Component Gallery & Playground:** [Uikki✦Uikki Website](https://comp-plus-seven.vercel.app)
|
|
38
61
|
- **GitHub Repository:** [dmswl6310/Uikki-uikki](https://github.com/dmswl6310/Uikki-uikki)
|