@anchor-it/antd-confirm
v1.0.3
Published
A confirm component from antd popConfirm
Downloads
6
Readme
@anchor-it/antd-confirm
基于 antd 中 PopConfirm 组件的二次封装应用
Install
Use npm:
npm install --save @anchor-it/antd-confirm
Use yarn:
yarn add @anchor-it/antd-confirm -S
Api
| 属性 | 说明 | 类型 | 默认值 |
| ------------------- | ---------------- | ------------------------------------------------------------------------------------------------------------------ | ------------- |
| title | 弹出层标题 | string | |
| okButtonOnClick | 确定按钮点击事件 | function | |
| cancelButtonOnClick | 取消按钮点击事件 | function | |
| placement | 弹出层位置 | topLeft
,top
,topRight
,leftTop
, left
, leftBottom
, rightTop
, rightBottom
,bottomLeft
, bottomRight
, | bottomRight
|