test 版本

This commit is contained in:
donghym
2026-05-31 18:34:36 +08:00
parent ba3b3ad5c8
commit d6bb5c2f51
116 changed files with 2569 additions and 1153 deletions
+5 -5
View File
@@ -1,4 +1,4 @@
---
---
nav: 指南
title: 快速开始
---
@@ -8,21 +8,21 @@ title: 快速开始
## 安装
```bash
npm install @Pika/ui
npm install rustui
```
## 使用
```tsx
import { Button } from '@Pika/ui'
import { Button } from 'RustUI'
export default () => (
<Button variant="solid" color="primary">
Hello Pika
Hello RustUI
</Button>
)
```
## 主题
Pika UI 支持通过 CSS 变量进行主题定制。
RustUI 支持通过 CSS 变量进行主题定制。