sweet-alert

2.0.5 • Public • Published

sweet-alert

image Build Status Coverage Status
Browser Results

A beautiful replacement for JavaScript's alert

Usage

In addition, there is a global swal helper since you mostly only want one instance.

State

  • title = '': The main heading to display

  • content = '': Extra HTML to display below the icon

  • type = 'warning': The icon type, can be warning | error | success | working

  • buttons = []: An array of objects representing the buttons to display, in the form of: { text, onClick, type }. onClick is the function to be invoked on clicked (closes the dialog if none omitted) and type is used to make the button primary (different colour).


### API
  • close: Closes the dialog

Readme

Keywords

none

Package Sidebar

Install

npm i sweet-alert

Weekly Downloads

207

Version

2.0.5

License

pemrouz.mit-license.org

Unpacked Size

685 kB

Total Files

9

Last publish

Collaborators

  • pemrouz