vxui-react 1.3.0 → 1.3.2
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.en.md +3 -1
- package/README.md +3 -1
- package/dist/index.cjs +33 -33
- package/dist/index.js +2143 -2113
- package/dist/src/components/Toast.d.ts +7 -2
- package/dist/src/lib/dialogPopover.d.ts +4 -0
- package/dist/vxui-react.css +1 -1
- package/package.json +5 -3
package/README.en.md
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
# VXUI React · v1.3.
|
|
1
|
+
# VXUI React · v1.3.2
|
|
2
2
|
|
|
3
3
|
**Website**: [ui.vx.link](https://ui.vx.link) | **GitHub**: [tmplink/vxui_react](https://github.com/tmplink/vxui_react) | [中文](README.md)
|
|
4
4
|
|
|
5
5
|
VXUI React is a general-purpose React UI component library designed for admin panels, ops dashboards, internal tools, and data-heavy interfaces.
|
|
6
6
|
|
|
7
|
+
> **Tip**: An `llms.txt` file is provided in the root directory to help AI assistants (like ChatGPT or GitHub Copilot) quickly grasp the framework's API and structure.
|
|
8
|
+
|
|
7
9
|
The documentation follows the conventions of popular UI frameworks: installation first, then a minimal working example, then scenario-specific component code.
|
|
8
10
|
|
|
9
11
|
## Installation
|
package/README.md
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
# VXUI React · v1.3.
|
|
1
|
+
# VXUI React · v1.3.2
|
|
2
2
|
|
|
3
3
|
**官网**:[ui.vx.link](https://ui.vx.link) | **GitHub**:[tmplink/vxui_react](https://github.com/tmplink/vxui_react) | [English](README.en.md)
|
|
4
4
|
|
|
5
5
|
VXUI React 是一套适合后台、运营台、仪表盘和内部工具的通用 UI 组件库。
|
|
6
6
|
|
|
7
|
+
> **提示**:根目录下提供了 `llms.txt`,供正在协助开发的 AI(如 ChatGPT、GitHub Copilot)快速读取并理解本项目的大纲与使用指南,欢迎查阅。
|
|
8
|
+
|
|
7
9
|
文档内容现在按流行 UI 框架的写法组织:先给安装方式,再给最小可运行示例,最后给分场景的组件代码。
|
|
8
10
|
|
|
9
11
|
## 安装
|