Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/defuj/sweetalert2-mod
- Owner: defuj
- Created: 2022-10-12T07:20:59.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-12T09:15:37.000Z (about 2 years ago)
- Last Synced: 2023-12-25T08:24:07.576Z (11 months ago)
- Topics: accessible, alert, angular, confirm, confirmation-dialog, dialog, hacktoberfest, hacktoberfest2022, modal, notifications, popup, prompt, react, sweetalert, sweetalert2, toast, vue, wai-aria
- Language: CSS
- Homepage: https://sweetalert2.github.io
- Size: 537 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sweetalert2-Mod
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)