1.1.0 • Published 4 years ago

custom-sweet-alert v1.1.0

Weekly downloads
7
License
MIT
Repository
github
Last release
4 years ago

custom-sweet-alert

Made with create-react-library

NPM JavaScript Style Guide

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