test 版本
This commit is contained in:
@@ -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>
|
||||
)
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user