1.0.3 • Published 2 years ago

@anchor-it/antd-confirm v1.0.3

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

@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