1.0.0-preview.0 • Published 4 years ago

@cc-dev-kit-test/console-components-confirm v1.0.0-preview.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

@alicloud/console-components-confirm

方便使用的确认弹窗。基于基础组件<Dialog><Message>封装。

使用示例

通过一个触发 trigger 来激活弹窗: MDXInstruction:importDemo:BasicDemo

命令式地激活弹窗: MDXInstruction:importDemo:ImperativeDemo

控制底层<Dialog><Message>组件的 props: MDXInstruction:importDemo:PassPropsDemo

APIs

通过组件来使用: MDXInstruction:renderInterface:IConfirmProps

通过命令式 API 来使用: MDXInstruction:renderInterface:IShowConfirmDialogConfig