custom-sweet-alert
v1.1.0
Published
Made with create-react-library
Downloads
7
Readme
custom-sweet-alert
Made with create-react-library
Install
npm install --save custom-sweet-alert
Usage
import { CustomSweetAlert } from 'custom-sweet-alert';
import 'custom-sweet-alert/dist/index.css'
<CustomSweetAlert
isOpen={true}
type="confirm"
title="Sure ?"
infoText="Are you sure to remove this card ?"
onActionHandle={() => this.onActionHandle()}
/>
License
MIT © wondercrazy15