sbx-react-confirm
v1.0.0
Published
sbx-react-confirm
Downloads
174
Readme
sbx-react-confirm
npm i --save sbx-react-confirm
import Confirm from 'sbx-react-confirm';
//type = ['modal', 'dropdown', 'self']
<Confirm
onClick={()=>{
removeDnsRecord({
host:this.props.params.host.replace('&','.'),
id:row.id
}).then(()=>{
this.forceUpdate();
})
}}
type="modal"
title="remove record?"
>
<a className="btn btn-sm btn-danger">
Remove
</a>
</Confirm>