Skip to content

Commit

Permalink
docs: improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Barrior committed Jan 25, 2024
1 parent 1a72481 commit 986556a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/form-render-react/001-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ toc: content
npm install @schema-render/form-render-react --save
```

如果没有安装 antd,还需安装它

```bash
npm install antd --save
```

## 使用

```jsx
Expand Down
6 changes: 6 additions & 0 deletions examples/search-react/001-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ toc: content
npm install @schema-render/search-react --save
```

如果没有安装 antd,还需安装它

```bash
npm install antd --save
```

## 使用

常与表格配合用于后台管理系统数据检索与展示操作。
Expand Down

0 comments on commit 986556a

Please sign in to comment.