@aliwind/rc-confirm
v1.0.0-alpha.1
Published
React component for Alibaba Cloud.
Downloads
12
Readme
name: rc-confirm zhName: 确认弹窗 type: biz-component
@aliwind/rc-confirm
方便使用的确认弹窗。基于基础组件<Dialog>
和<Message>
封装。
使用示例
通过一个触发 trigger 来激活弹窗: MDXInstruction:importDemo:BasicDemo
命令式地激活弹窗: MDXInstruction:importDemo:ImperativeDemo
控制底层<Dialog>
和<Message>
组件的 props:
MDXInstruction:importDemo:PassPropsDemo
APIs
通过组件来使用: MDXInstruction:renderInterface:IConfirmProps
通过命令式 API 来使用: MDXInstruction:renderInterface:IShowConfirmDialogConfig