react-confirm-alert:React组件确认对话框

时间:2021-05-08 16:02:29
【文件属性】:
文件名称:react-confirm-alert:React组件确认对话框
文件大小:56KB
文件格式:ZIP
更新时间:2021-05-08 16:02:29
JavaScript React确认警报 React组件确认对话框。 v.1.xx的文档, 入门 使用NPM安装: $ npm install react-confirm-alert --save 选项 const options = { title : 'Title' , message : 'Message' , buttons : [ { label : 'Yes' , onClick : ( ) => alert ( 'Click Yes' ) } , { label : 'No' , onClick : ( ) => alert ( 'Click No' ) } ] , childrenElement : ( ) => < div> , customUI : ( { onClose } )
【文件预览】:
react-confirm-alert-master
----.gitignore(57B)
----configs()
--------index.js(92B)
----dev()
--------index.js(2KB)
----webpack.config.production.js(1KB)
----.eslintrc(194B)
----Readme.md(2KB)
----package.json(2KB)
----src()
--------react-confirm-alert.css(2KB)
--------index.js(5KB)
----.babelrc(248B)
----LICENSE.md(1KB)
----index.d.ts(747B)
----Document-v1.md(2KB)
----.npmignore(63B)
----index.html(441B)
----webpack.config.js(873B)
----package-lock.json(4KB)
----demo()
--------bundle.js(123KB)
--------index.html(443B)
--------style.css(23KB)

网友评论