Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added two new directives for swipe detection and hold click detection. #44

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down