test 版本
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
---
|
||||
---
|
||||
nav: 组件
|
||||
title: 组件总览
|
||||
---
|
||||
@@ -299,7 +299,7 @@ title: 组件总览
|
||||
|
||||
# 组件总览
|
||||
|
||||
Pika UI 提供了丰富的组件库,覆盖通用、布局、导航、数据录入、数据展示和反馈等场景。
|
||||
RustUI 提供了丰富的组件库,覆盖通用、布局、导航、数据录入、数据展示和反馈等场景。
|
||||
|
||||
## 通用 10 个组件
|
||||
|
||||
@@ -415,8 +415,8 @@ Pika UI 提供了丰富的组件库,覆盖通用、布局、导航、数据录
|
||||
<a href="/components/common/watermark" class="overview-card">
|
||||
<div class="overview-preview">
|
||||
<div style="position:relative;padding:12px 20px;border:1px dashed #d9d9d9;border-radius:4px;font-size:12px;color:#999;text-align:center">
|
||||
<span style="position:absolute;top:4px;left:8px;font-size:10px;color:rgba(0,0,0,0.06);transform:rotate(-15deg);pointer-events:none">Pika</span>
|
||||
<span style="position:absolute;top:8px;left:60px;font-size:10px;color:rgba(0,0,0,0.06);transform:rotate(-15deg);pointer-events:none">Pika</span>
|
||||
<span style="position:absolute;top:4px;left:8px;font-size:10px;color:rgba(0,0,0,0.06);transform:rotate(-15deg);pointer-events:none">RustUI</span>
|
||||
<span style="position:absolute;top:8px;left:60px;font-size:10px;color:rgba(0,0,0,0.06);transform:rotate(-15deg);pointer-events:none">RustUI</span>
|
||||
Content Area
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -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 变量进行主题定制。
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
---
|
||||
---
|
||||
nav: Guide
|
||||
title: Introduction
|
||||
---
|
||||
|
||||
# Pika UI
|
||||
# RustUI
|
||||
|
||||
AI-Native component library for modern visualization.
|
||||
|
||||
@@ -17,19 +17,19 @@ AI-Native component library for modern visualization.
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
npm install @Pika/ui
|
||||
npm install rustui
|
||||
# or
|
||||
pnpm add @Pika/ui
|
||||
pnpm add rustui
|
||||
```
|
||||
|
||||
## Quick Start
|
||||
|
||||
```tsx
|
||||
import { Button } from '@Pika/ui'
|
||||
import { Button } from 'RustUI'
|
||||
|
||||
export default () => (
|
||||
<Button variant="solid" color="primary">
|
||||
Hello Pika
|
||||
Hello RustUI
|
||||
</Button>
|
||||
)
|
||||
```
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
---
|
||||
---
|
||||
nav: 指南
|
||||
title: 介绍
|
||||
---
|
||||
|
||||
# Pika UI
|
||||
# RustUI
|
||||
|
||||
AI-Native 组件库,为现代可视化应用构建而生。
|
||||
|
||||
@@ -17,19 +17,19 @@ AI-Native 组件库,为现代可视化应用构建而生。
|
||||
## 安装
|
||||
|
||||
```bash
|
||||
npm install @Pika/ui
|
||||
npm install rustui
|
||||
# 或
|
||||
pnpm add @Pika/ui
|
||||
pnpm add rustui
|
||||
```
|
||||
|
||||
## 快速开始
|
||||
|
||||
```tsx
|
||||
import { Button } from '@Pika/ui'
|
||||
import { Button } from 'RustUI'
|
||||
|
||||
export default () => (
|
||||
<Button variant="solid" color="primary">
|
||||
Hello Pika
|
||||
Hello RustUI
|
||||
</Button>
|
||||
)
|
||||
```
|
||||
|
||||
+3
-3
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Pika UI
|
||||
---
|
||||
title: RustUI
|
||||
hero:
|
||||
title: Pika UI
|
||||
title: RustUI
|
||||
description: AI-Native 组件库,为现代可视化应用构建而生
|
||||
actions:
|
||||
- text: 开始使用
|
||||
|
||||
Reference in New Issue
Block a user