-
Notifications
You must be signed in to change notification settings - Fork 270
【组件 API 规范】若组件中使用了其他组件,需提供定义被使用组件的能力
ZhouZhen edited this page Dec 22, 2021
·
2 revisions
@gnauhca | 2020-12-25
例:select 中用到了 popup 组件,需满足用户定义 select 内部 popup 的需求
API 命名规范:被使用组件名 + Props,如 popupProps
select 组件已经实现 popupProps,其他类似组件需要关注:
- popconfirm 组件需要实现 popupProps
- tooltip 组件需要实现 popupProps
- table 组件需要实现 paginationProps
- ...
访问 TDesign 官网