@modern-admin/ui 0.1.0 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +25 -0
  2. package/package.json +14 -2
package/README.md ADDED
@@ -0,0 +1,25 @@
1
+ # @modern-admin/ui
2
+
3
+ [![npm version](https://img.shields.io/npm/v/@modern-admin/ui)](https://www.npmjs.com/package/@modern-admin/ui)
4
+ [![license](https://img.shields.io/npm/l/@modern-admin/ui)](https://github.com/modern-admin/modern-admin/blob/main/LICENSE)
5
+
6
+ > i18n-unaware shadcn/ui-style React component library used by @modern-admin/react.
7
+
8
+ Part of [**Modern Admin**](https://github.com/modern-admin/modern-admin) — a universal, modern admin panel framework
9
+ built on NestJS + React 19, with Prisma/Drizzle adapters, Tailwind 4 UI, and
10
+ end-to-end Zod validation.
11
+
12
+ ## Installation
13
+
14
+ ```sh
15
+ bun add @modern-admin/ui
16
+ ```
17
+
18
+ ## Documentation
19
+
20
+ Setup guides, architecture, and usage examples live in the
21
+ [Modern Admin README](https://github.com/modern-admin/modern-admin#readme).
22
+
23
+ ## License
24
+
25
+ [MIT](https://github.com/modern-admin/modern-admin/blob/main/LICENSE) © Modern Admin
package/package.json CHANGED
@@ -1,7 +1,19 @@
1
1
  {
2
2
  "name": "@modern-admin/ui",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "i18n-unaware shadcn/ui-style React component library used by @modern-admin/react.",
5
+ "homepage": "https://github.com/modern-admin/modern-admin/tree/main/packages/ui#readme",
6
+ "keywords": [
7
+ "modern-admin",
8
+ "admin",
9
+ "admin-panel",
10
+ "admin-dashboard",
11
+ "react",
12
+ "ui",
13
+ "components",
14
+ "shadcn",
15
+ "tailwind"
16
+ ],
5
17
  "type": "module",
6
18
  "license": "MIT",
7
19
  "repository": {
@@ -71,7 +83,7 @@
71
83
  "tw-animate-css": "^1.4.0"
72
84
  },
73
85
  "devDependencies": {
74
- "@modern-admin/tsconfig": "0.1.0",
86
+ "@modern-admin/tsconfig": "0.1.1",
75
87
  "@types/bun": "^1.3.13",
76
88
  "@types/react": "^19.2.14",
77
89
  "@types/react-dom": "^19.2.3",