ca7af9c8cc
* feat: new version of the documentation * feat: add English catalog translation * Update quickstart.md * Update quickstart.zh-CN.md * Update quickstart.zh-CN.md * Update quickstart.zh-CN.md * Update quickstart.zh-CN.md * feat: update quickstart * update doc * update pepository api doc Co-authored-by: ChengLei Shao <chareice@live.com>
16 lines
475 B
Markdown
16 lines
475 B
Markdown
---
|
||
title: Overview
|
||
order: 0
|
||
nav:
|
||
title: Components
|
||
order: 4
|
||
---
|
||
|
||
# Components
|
||
|
||
NocoBase 的客户端组件总共有三类:
|
||
|
||
- 通过 createRouteSwitch 创建的路由组件,如 Layou、Page
|
||
- 通过 createCollectionField 创建的字段组件,用于扩展字段
|
||
- 通过 createSchemaComponent 创建的 JSON Schema 组件,可以是任意东西,比如表格、表单、日历、看板等。Schema Component 可用于 Route Component 或 Collection Field 中。
|