Skip to content

Unique Panel Component

二货机器人 edited this page Apr 18, 2022 · 2 revisions

背景

在搭建平台中,弹窗类组件很难直接编辑。因而需要提供 Panel 组件供下游消费。

API 约束

弹层类组件支持 Unique Panel Component 则提供 _RenderPanel 组件指向弹层内容。例如 Modal._RenderPanel 返回弹出后的窗体:

截屏2022-04-18 下午6 06 31

_RenderPanel 除了非相关属性外(如 visiblemask 等等),继承弹窗本身相关的所有属性。例如 titlechildrenokText 等等。

改造

  • 先进入 rc-xxx 组件库,抽离组件,有的组件已经完成抽离则无需这步。
  • 至 antd 组件导出抽离组件至 _RenderPanel