sbx-react-confirm

1.0.0 • Public • Published

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>

Readme

Keywords

none

Package Sidebar

Install

npm i sbx-react-confirm

Weekly Downloads

29

Version

1.0.0

License

none

Unpacked Size

1.03 MB

Total Files

7

Last publish

Collaborators

  • v.sobix