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: 2 months 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-12T09:15:37.000Z (over 2 years ago)
- Last Synced: 2025-03-13T09:48:13.825Z (3 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.---
[](https://www.npmjs.com/package/sweetalert2-mod) [](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)