Skip to content

Commit bb16f44

Browse files
author
robmadeyou
committed
Adding initial Dropdown leaf
1 parent a3d5b34 commit bb16f44

6 files changed

Lines changed: 565 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
vendor/
2+
.idea/

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
},
2020
"require": {
2121
"rhubarbphp/module-leaf": "^1.1.2",
22-
"rhubarbphp/module-leaf-common-controls": "^1.0.0"
22+
"rhubarbphp/module-leaf-common-controls": "^1.0.0",
23+
"components/jquery": "^3.2"
2324
}
2425
}

0 commit comments

Comments
 (0)