tango-ui-cw 0.4.8 → 0.4.9

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 +39 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,2 +1,39 @@
1
- **tango-ui 组件库源码**
2
- 0.2.10版本为最新版,是回退到0.2.6版本的改进版,支持React 18 & Next 14
1
+ # tango-ui-cw
2
+
3
+ **版本**:0.4.9
4
+ **支持**:React 18 & Next 14
5
+ **作者**:ClayW
6
+ **创建时间**:2025-01-16
7
+ **更新时间**:2025-09-02
8
+
9
+
10
+ ---
11
+
12
+ ## 官方文档
13
+
14
+ [http://121.40.21.165](http://121.40.21.165)
15
+
16
+ ---
17
+
18
+ ## 简介
19
+
20
+ `tango-ui-cw` 是一个用于 React / Next.js 的 UI 组件库,‘零’依赖,助您轻松快捷的开发新功能;您可以从我们功能齐全的 Tango UI 组件库入手,也可以将您自己的设计系统添加到我们可用于生产的组件中。支持:
21
+
22
+ - 直观的定制
23
+ - 零依赖特性
24
+ - Headless风格
25
+ - 稳定的可访问性
26
+ - ‘sx’属性样式增强
27
+ - 高自由度组件定制
28
+
29
+
30
+ ---
31
+
32
+ ## 安装
33
+
34
+ ```bash
35
+ npm install tango-ui-cw
36
+ ```
37
+
38
+
39
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-ui-cw",
3
- "version": "0.4.8",
3
+ "version": "0.4.9",
4
4
  "description": "A lightweight ui library with ClayW",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",