Update component-library.md

This commit is contained in:
Zhou 2022-12-21 09:59:07 +08:00 committed by GitHub
parent 4b5b3f966d
commit 0a966ae36a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,23 +1,23 @@
# Schema 组件库 # Schema component library
## 包装器组件 ## Wrapper Components
- BlockItem - BlockItem
- FormItem - FormItem
- CardItem - CardItem
## 布局 ## Layout
- Page - Page
- Grid - Grid
- Tabs - Tabs
- Space - Space
## 字段组件 ## Field components
字段组件一般不单独使用,而是用在数据展示组件当中 The field components are generally not used alone, but in the data presentation component
- CollectionField:万能组件 - CollectionField: universal component
- Cascader - Cascader
- Checkbox - Checkbox
- ColorSelect - ColorSelect
@ -38,9 +38,9 @@
- TreeSelect - TreeSelect
- Upload - Upload
## 数据展示组件 ## Data presentation component
需要与字段组件搭配使用 Need to be used with the field component
- Calendar - Calendar
- Form - Form
@ -48,22 +48,22 @@
- Table - Table
- TableV2 - TableV2
## 操作onClick 事件型组件) ## Action (onClick event-based component)
- Action - Action
- Action.Drawer - Action.Drawer
- Action.Modal - Action.Modal
- ActionBar用于操作布局 - ActionBarFor action layout
- Menu - Menu
## 其他 ## Other
- G2plot - G2plot
- Markdown.Void - Markdown.Void
## `x-designer``x-initializer` 的使用场景 ## Usage scenarios for `x-designer` and `x-initializer`
`x-decorator` 或 `x-component` 是以下组件时,`x-designer` 生效: `x-designer` takes effect when `x-decorator` or `x-component` is a component of
- BlockItem - BlockItem
- CardItem - CardItem
@ -71,7 +71,7 @@
- Table.Column - Table.Column
- Tabs.TabPane - Tabs.TabPane
`x-decorator` 或 `x-component` 是以下组件时,`x-initializer` 生效: `x-initializer` takes effect when `x-decorator` or `x-component` is a component of
- ActionBar - ActionBar
- BlockItem - BlockItem