tachybase_todo/docs/components/index.md

16 lines
507 B
Markdown
Raw Normal View History

---
title: Overview
order: 0
nav:
title: Components
order: 4
---
# Components
2021-10-31 09:44:52 +08:00
There are a total of three types of client components for NocoBase.
2021-10-31 09:44:52 +08:00
- Routing components created by createRouteSwitch, such as Layou, Page
- Field components created by createCollectionField, which are used to extend fields
- JSON Schema components created by createSchemaComponent, which can be anything, such as tables, forms, calendars, kanban, etc. Schema Component can be used in Route Component or Collection Field.