Skip to content

codecaine-zz/simple_dialogs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Simple Dialogs Application

This application demonstrates various dialog types using SweetAlert2.

Installation

  1. Clone the repository:

    git clone https://github.com/codecaine-zz/simple_dialogs.git
  2. Navigate to the project directory:

    cd simple_dialogs
  3. Open index.html in your web browser.

Usage

Click the buttons to trigger different dialogs:

  • Show Alert: Displays an alert dialog.
  • Show Input: Displays an input dialog.
  • Show Confirmation: Displays a confirmation dialog.
  • Show Toast: Displays a toast notification.
  • Show Textarea Input: Displays a textarea input dialog.
  • Run Dialog Tests: Runs a series of dialog tests.

Customization

Modify the dialogs.js file to customize the dialogs.

Releases

No releases published

Packages

No packages published