feat:组件框架
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
---
|
||||
nav: 组件
|
||||
title: 组件总览
|
||||
---
|
||||
|
||||
# 组件总览
|
||||
|
||||
## 通用
|
||||
|
||||
- [Button](/components/button) — 按钮
|
||||
@@ -0,0 +1,20 @@
|
||||
---
|
||||
title: 快速开始
|
||||
nav: 指南
|
||||
---
|
||||
|
||||
# 快速开始
|
||||
|
||||
## 安装
|
||||
|
||||
```bash
|
||||
pnpm add @nova/ui
|
||||
```
|
||||
|
||||
## 使用
|
||||
|
||||
```tsx
|
||||
import { Button } from '@nova/ui/components/Button'
|
||||
|
||||
export default () => <Button variant="solid">Hello Nova</Button>
|
||||
```
|
||||
@@ -0,0 +1,3 @@
|
||||
# Nova
|
||||
|
||||
AI-Native 组件库:专为大模型代码生成优化的可视化 + UI 组件库。
|
||||
Reference in New Issue
Block a user