Skip to content

Commit

Permalink
Add "sort" plugin (#4137)
Browse files Browse the repository at this point in the history
* add implementation and tests

* wip

* add docs

* fix test

* move dependancy

* wip

* wip

* try to fix cypress test

* fix tests

* add to releases

* skip flaky test
  • Loading branch information
calebporzio authored Apr 10, 2024
1 parent 9738d1e commit 8ee5f9c
Show file tree
Hide file tree
Showing 14 changed files with 789 additions and 21 deletions.
52 changes: 35 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@
"packages/*"
],
"devDependencies": {
"@floating-ui/dom": "^1.5.3",
"axios": "^0.21.1",
"chalk": "^4.1.1",
"cypress": "^7.0.0",
"cypress-plugin-tab": "^1.0.5",
"@floating-ui/dom": "^1.5.3",
"dot-json": "^1.2.2",
"esbuild": "~0.16.17",
"jest": "^26.6.3"
"jest": "^26.6.3",
"sortablejs": "^1.15.2"
},
"scripts": {
"build": "node ./scripts/build.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/src/en/plugins/anchor.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
order: 5
title: Anchor
description: Anchor an element's positioning to another element on the pageg
description: Anchor an element's positioning to another element on the page
graph_image: https://alpinejs.dev/social_anchor.jpg
---

# Anchor Plugin

Alpine's Anchor plugin allows you easily anchor an element's positioning to another element on the page.
Alpine's Anchor plugin allows you to easily anchor an element's positioning to another element on the page.

This functionality is useful when creating dropdown menus, popovers, dialogs, and tooltips with Alpine.

Expand Down
Loading

0 comments on commit 8ee5f9c

Please sign in to comment.