From e8f6cb07b869704e466db19a3eb706abe7f0e112 Mon Sep 17 00:00:00 2001 From: Abdelhamid Errahmouni Date: Fri, 17 May 2024 19:00:17 +0100 Subject: [PATCH] Added two new directives for swipe detection and hold click detection. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5aee51c..87d5dee 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,8 @@ To contribute, fork this repository, add your new resource and submit a PR. For * [Alpine Typewrite - Add a typewriter animation to any HTML element](https://github.com/marcreichel/alpine-typewriter) * [Alpine AJAX - Tools to build AJAX-powered components and UI](https://github.com/imacrayon/alpine-ajax) * [Norska - Create interactive Three.js scenes directly with Alpine](https://github.com/Plumie/Norska) +* [Alpine.js Hold Directive - allows you to add a hold action to an element and call it when the button is holding](https://github.com/wireui/alpinejs-hold-directive) +* [Alpinejs Swipe - a custom directive to detect swipe gestures on an element.](https://github.com/iagobruno/alpinejs-swipe) ## UI Frameworks