From 19da2f8b94e87cbc3dddff57308c5e3901f8f01e Mon Sep 17 00:00:00 2001 From: Muawiya-contact Date: Mon, 21 Apr 2025 18:07:14 +0500 Subject: [PATCH] Add Dialogs - UIKit HTMX example --- htmx/dialogs-uikit/dialog-content.html | 3 ++ htmx/dialogs-uikit/index.html | 43 ++++++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 htmx/dialogs-uikit/dialog-content.html create mode 100644 htmx/dialogs-uikit/index.html diff --git a/htmx/dialogs-uikit/dialog-content.html b/htmx/dialogs-uikit/dialog-content.html new file mode 100644 index 0000000..122034f --- /dev/null +++ b/htmx/dialogs-uikit/dialog-content.html @@ -0,0 +1,3 @@ + +

Hello from the Dialog!

+

This content was loaded using HTMX when the dialog opened.

diff --git a/htmx/dialogs-uikit/index.html b/htmx/dialogs-uikit/index.html new file mode 100644 index 0000000..c5e7243 --- /dev/null +++ b/htmx/dialogs-uikit/index.html @@ -0,0 +1,43 @@ + + + + + + HTMX + UIKit Dialog + + + + + + + + + + + + + +

Dialog Example using HTMX + UIKit

+ + + + + +
+
+ +
+ +
Loading...
+
+
+
+ + +