All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.src.staticMethods.fire.js Maven / Gradle / Ivy

Go to download

A beautiful, responsive, customizable and accessible (WAI-ARIA) replacement for JavaScript's popup boxes, supported fork of sweetalert

The newest version!
/**
 * Main method to create a new SweetAlert2 popup
 *
 * @param  {...SweetAlertOptions} args
 * @returns {Promise}
 */
export function fire(...args) {
  return new this(...args)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy