@ramstack/alpinegear-hotkey 1.2.4 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/alpinegear-hotkey.esm.js +1 -1
- package/alpinegear-hotkey.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -194,6 +194,11 @@ of any element, running a callback when the element is removed from the DOM.
|
|
|
194
194
|
**[@ramstack/alpinegear-router](https://www.npmjs.com/package/@ramstack/alpinegear-router)** ([README](https://github.com/rameel/ramstack.alpinegear.js/tree/main/src/plugins/router))<br>
|
|
195
195
|
Provides the `x-router` and `x-route` directives, which enable client-side navigation and routing functionality within your Alpine.js application.
|
|
196
196
|
|
|
197
|
+
**[@ramstack/alpinegear-dialog](https://www.npmjs.com/package/@ramstack/alpinegear-dialog)** ([README](https://github.com/rameel/ramstack.alpinegear.js/tree/main/src/plugins/dialog))<br>
|
|
198
|
+
Provides a headless dialog directive for Alpine.js based on the native HTML `<dialog>` element.
|
|
199
|
+
It supports declarative composition, value-based close semantics, and both modal and non-modal dialogs,
|
|
200
|
+
with optional Promise-based imperative control.
|
|
201
|
+
|
|
197
202
|
|
|
198
203
|
## Contributions
|
|
199
204
|
Bug reports and contributions are welcome.
|
package/alpinegear-hotkey.esm.js
CHANGED
package/alpinegear-hotkey.js
CHANGED
package/package.json
CHANGED