sweetalert2

WebJar for sweetalert2

Лицензия

Лицензия

MIT
Категории

Категории

Github Инструменты разработки Контроль версий
Группа

Группа

org.webjars.bower
Идентификатор

Идентификатор

github-com-limonte-sweetalert2
Последняя версия

Последняя версия

v6.3.8
Дата

Дата

Тип

Тип

jar
Описание

Описание

sweetalert2
WebJar for sweetalert2
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/limonte/sweetalert2

Скачать github-com-limonte-sweetalert2

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.bower/github-com-limonte-sweetalert2/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>github-com-limonte-sweetalert2</artifactId>
    <version>v6.3.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/github-com-limonte-sweetalert2/
implementation 'org.webjars.bower:github-com-limonte-sweetalert2:v6.3.8'
// https://jarcasting.com/artifacts/org.webjars.bower/github-com-limonte-sweetalert2/
implementation ("org.webjars.bower:github-com-limonte-sweetalert2:v6.3.8")
'org.webjars.bower:github-com-limonte-sweetalert2:jar:v6.3.8'
<dependency org="org.webjars.bower" name="github-com-limonte-sweetalert2" rev="v6.3.8">
  <artifact name="github-com-limonte-sweetalert2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='github-com-limonte-sweetalert2', version='v6.3.8')
)
libraryDependencies += "org.webjars.bower" % "github-com-limonte-sweetalert2" % "v6.3.8"
[org.webjars.bower/github-com-limonte-sweetalert2 "v6.3.8"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.webjars.bower : es6-promise jar [0,)

Модули Проекта

Данный проект не имеет модулей.

[= Become the 🏆 Ultimate Sponsor of SweetAlert2 and place your banner here (100K+ unique visitors per month) =]

SweetAlert2

A beautiful, responsive, customizable, accessible (WAI-ARIA) replacement for JavaScript's popup boxes. Zero dependencies.


See SweetAlert2 in action

Build Status Coverage Status Version jsdelivr Support Donate


💰 Get $100 in free credits with DigitalOcean!


👉 Upgrading from v9.x to v10.x? Read the release notes!
If you're upgrading from v8.x, please upgrade from v8 to v9 first!
If you're upgrading from v7.x, please upgrade from v7 to v8 first!
If you're upgrading from v6.x, please upgrade from v6 to v7 first!

👉 Migrating from SweetAlert? SweetAlert 1.x to SweetAlert2 migration guide


Installation

npm install --save sweetalert2

Or grab from jsdelivr CDN :

<script src="https://cdn.jsdelivr.net/npm/sweetalert2@10"></script>

Usage

<script src="sweetalert2/dist/sweetalert2.all.min.js"></script>

<!-- Include a polyfill for ES6 Promises (optional) for IE11 -->
<script src="https://cdn.jsdelivr.net/npm/promise-polyfill@8/dist/polyfill.js"></script>

You can also include the stylesheet separately if desired:

<script src="sweetalert2/dist/sweetalert2.min.js"></script>
<link rel="stylesheet" href="sweetalert2/dist/sweetalert2.min.css">

Or:

// ES6 Modules or TypeScript
import Swal from 'sweetalert2'

// CommonJS
const Swal = require('sweetalert2')

Or with JS modules:

<link rel="stylesheet" href="sweetalert2/dist/sweetalert2.css">

<script type="module">
  import Swal from 'sweetalert2/src/sweetalert2.js'
</script>

It's possible to import JS and CSS separately, e.g. if you need to customize styles:

import Swal from 'sweetalert2/dist/sweetalert2.js'

import 'sweetalert2/src/sweetalert2.scss'

Please note that TypeScript is well-supported, so you don't have to install a third-party declaration file.

Examples

The most basic message:

Swal.fire('Hello world!')

A message signaling an error:

Swal.fire('Oops...', 'Something went wrong!', 'error')

Handling the result of SweetAlert2 modal:

Swal.fire({
  title: 'Are you sure?',
  text: 'You will not be able to recover this imaginary file!',
  icon: 'warning',
  showCancelButton: true,
  confirmButtonText: 'Yes, delete it!',
  cancelButtonText: 'No, keep it'
}).then((result) => {
  if (result.value) {
    Swal.fire(
      'Deleted!',
      'Your imaginary file has been deleted.',
      'success'
    )
  // For more information about handling dismissals please visit
  // https://sweetalert2.github.io/#handling-dismissals
  } else if (result.dismiss === Swal.DismissReason.cancel) {
    Swal.fire(
      'Cancelled',
      'Your imaginary file is safe :)',
      'error'
    )
  }
})

Go here to see the docs and more examples

Browser compatibility

IE11* Edge Chrome Firefox Safari Opera UC Browser
✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️

* ES6 Promise polyfill should be included, see usage example.

Note that SweetAlert2 does not and will not provide support or functionality of any kind on IE10 and lower.

Themes (sweetalert2-themes ↗)

Related projects

Related community projects

Collaborators

@gverni @zenflow @toverux

Contributing

Maintainability semantic-release

If you would like to contribute enhancements or fixes, please do the following:

  1. Fork the sweetalert2 repository and clone it locally.

  2. Make sure you have npm or yarn installed.

  3. When in the SweetAlert2 directory, run npm install or yarn install to install dependencies.

  4. To begin active development, run npm start or yarn start. This does several things for you:

Big Thanks

Sponsors

For all questions related to sponsorship please contact me via email limon.monte@protonmail.com

Become a sponsor FlowCrypt Code Rubik NDCHost Zilla Themes Halvin Laina
Tiago de Oliveira Stutz SebaEBC

NSFW Sponsors

Joy Love Dolls Twerking Butt STED Sextopedia My Sex Toy Guide Best Blowjob Machines
STC DoctorClimax

Support and Donations

Has SweetAlert2 helped you create an amazing application? You can show your support via GitHub Sponsors

Alternative ways for donations (PayPal, cryptocurrencies, etc.) are listed here: https://sweetalert2.github.io/#donations

Hall of Donators 🏆

Версии библиотеки

Версия
v6.3.8