Skip to content

Commit

Permalink
Merge pull request #7 from 5minds/feature/add-form-kit
Browse files Browse the repository at this point in the history
Fügt FormKit hinzu
  • Loading branch information
luisthieme authored Sep 10, 2024
2 parents 069653f + 5d1d468 commit 0c42d84
Show file tree
Hide file tree
Showing 7 changed files with 546 additions and 83 deletions.
6 changes: 6 additions & 0 deletions nodes/icons/ui_dynamic_form.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion nodes/ui-dynamic-form.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
outputLabels: function (index) {
return this.options[index].label;
},
icon: 'file.svg',
icon: 'ui_dynamic_form.svg',
label: function () {
return this.name || 'dynamic-form';
},
Expand Down
115 changes: 115 additions & 0 deletions package-lock.json

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

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@
"lint:package:fix": "sort-package-json 'package.json'"
},
"dependencies": {
"@formkit/themes": "^1.6.5",
"@formkit/vue": "^1.6.5",
"to-title-case": "^1.0.0",
"vue": "^3.3.8",
"vuex": "^4.1.0"
Expand Down
Loading

0 comments on commit 0c42d84

Please sign in to comment.