custom-sweet-alert

1.1.0 • Public • Published

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

Dependencies (0)

    Dev Dependencies (19)

    Package Sidebar

    Install

    npm i custom-sweet-alert

    Weekly Downloads

    0

    Version

    1.1.0

    License

    MIT

    Unpacked Size

    59.6 kB

    Total Files

    10

    Last publish

    Collaborators

    • wondercrazy15