Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/defuj/sweetalert2-mod

Sweetalert2 with Custom Styles
https://github.com/defuj/sweetalert2-mod

accessible alert angular confirm confirmation-dialog dialog hacktoberfest hacktoberfest2022 modal notifications popup prompt react sweetalert sweetalert2 toast vue wai-aria

Last synced: 8 days ago
JSON representation

Sweetalert2 with Custom Styles

Awesome Lists containing this project

README

        

# Sweetalert2-Mod


SweetAlert2

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

---

[![NPM](https://img.shields.io/npm/v/sweetalert2-mod.svg)](https://www.npmjs.com/package/sweetalert2-mod) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## Install

```bash
npm install --save sweetalert2-mod
```

## Usage

```tsx
import { Swal } from 'sweetalert2-mod'
```

Use as you normally would with Sweetalert2. Read the docs [here](https://sweetalert2.github.io/)

## License

MIT © [defuj](https://github.com/defuj)