diff --git a/README.md b/README.md index d661477..2d87c5f 100644 --- a/README.md +++ b/README.md @@ -144,12 +144,33 @@ Provides routing-related directives, enabling client-side navigation and routing ``` +**[@ramstack/alpinegear-dialog](https://www.npmjs.com/package/@ramstack/alpinegear-dialog)** ([README](https://github.com/rameel/ramstack.alpinegear.js/tree/main/src/plugins/dialog))
+Provides a headless dialog directive, built on the native HTML `` element. +It enables declarative composition of modal and non-modal dialogs with value-based close semantics, +Promise-based imperative control, and seamless integration with htmx. + +```html +
+ + + + + Are you sure you want to delete this item? + +
+ + +
+
+
+``` **[@ramstack/alpinegear-destroy](https://www.npmjs.com/package/@ramstack/alpinegear-destroy)** ([README](https://github.com/rameel/ramstack.alpinegear.js/tree/main/src/plugins/destroy))
Provides `x-destroy` provides directive, which is the opposite of `x-init` and allows you to execute code when an element is removed from the DOM. ```html -