@viliha/vui-ui 1.0.1 → 1.0.3
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 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -5,8 +5,10 @@ CSS v4, shadcn-style patterns, and Radix Icons. Ships as **TypeScript source**
|
|
|
5
5
|
(Just-in-Time) — your app's bundler compiles only what you import.
|
|
6
6
|
|
|
7
7
|
Part of [**Vui Starter**](https://github.com/myviliha/vui-starter) — a free,
|
|
8
|
-
open-source admin design system.
|
|
9
|
-
|
|
8
|
+
open-source admin design system.
|
|
9
|
+
|
|
10
|
+
- 🌐 **Live docs & demo:** [vui.viliha.com](https://vui.viliha.com)
|
|
11
|
+
- 📦 **Repository:** [github.com/myviliha/vui-starter](https://github.com/myviliha/vui-starter)
|
|
10
12
|
|
|
11
13
|
## Install
|
|
12
14
|
|
|
@@ -80,3 +82,7 @@ to rebrand the whole system:
|
|
|
80
82
|
## License
|
|
81
83
|
|
|
82
84
|
MIT © Suman Bonakurthi
|
|
85
|
+
|
|
86
|
+
---
|
|
87
|
+
|
|
88
|
+
Made with ♥ from Vietnam by the [Viliha Team](https://viliha.com).
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@viliha/vui-ui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Vui UI — a clean, token-driven React admin/CRM component library built on Tailwind CSS v4, shadcn-style patterns, and Radix Icons. Ships as TypeScript source (Just-in-Time), compiled by the consuming app.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Suman Bonakurthi",
|
|
7
|
-
"homepage": "https://
|
|
7
|
+
"homepage": "https://vui.viliha.com",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
10
|
"url": "git+https://github.com/myviliha/vui-starter.git",
|