Skip to content

Commit faf5f79

Browse files
committed
Add Vorm – a schema-based form engine for Vue 3
1 parent fd19347 commit faf5f79

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1088,7 +1088,7 @@ _Overlay / modal / alert / dialog / lightbox / popup_
10881088

10891089
#### Icons
10901090

1091-
- [vue-material-design-icons](https://github.com/robcresswell/vue-material-design-icons 'vue-material-design-icons on GitHub') - A collection of SVG Material Design icons as single file components.
1091+
- [vue-material-design-icons](https://github.com/robcresswell/vue-material-design-icons "vue-material-design-icons on GitHub") - A collection of SVG Material Design icons as single file components.
10921092
- [vue-fontawesome](https://github.com/FortAwesome/vue-fontawesome) - Font Awesome 5 Vue component
10931093
- [vue-country-flag](https://github.com/P3trur0/vue-country-flag) - Vue component for country flag icons
10941094
- [vue-fa](https://github.com/Cweili/vue-fa) - Simple FontAwesome 5 Vue.js 2 component.
@@ -1173,8 +1173,7 @@ _Display non-editable events in a Calendar_
11731173

11741174
- [@egjs/vue-infinitegrid](https://github.com/naver/egjs-infinitegrid/blob/master/packages/vue-infinitegrid/) - Arrange infinite card elements according to various layout types like masonry for Vue.js 2.
11751175
- [virtua](https://github.com/inokawa/virtua) - A zero-config, fast and small (~3kB) virtual list component for React and Vue
1176-
- [vue-infinity](https://github.com/isaact/vue-infinity) - An easy-to-use virtual list component for Vue 3. Supports configurable grid layout, horizontal/vertical scroll, scroll snapping, seeking, ssr
1177-
1176+
- [vue-infinity](https://github.com/isaact/vue-infinity) - An easy-to-use virtual list component for Vue 3. Supports configurable grid layout, horizontal/vertical scroll, scroll snapping, seeking, ssr
11781177

11791178
#### Markdown
11801179

@@ -1406,6 +1405,7 @@ _Handling of user events (scroll, click, key strike, ...)_
14061405
- [FormKit](https://github.com/formkit/formkit) - Vue 3 form development. 10x faster. Form inputs, validation, submission, error handling, generation, accessibility, theming, and more.
14071406
- [vrf](https://github.com/dimailn/vrf) - Declarative scalable ui-agnostic markup-based Vue forms.
14081407
- [tracked-instance](https://github.com/rudnik275/tracked-instance) - Build large forms and track all changes.
1408+
- [Vorm](https://github.com/Flo0806/vorm) - A dynamic, schema-driven and fully validated form engine for Vue 3 with zero dependencies and full slot control.
14091409

14101410
##### Validation
14111411

@@ -1419,7 +1419,6 @@ _Handling of user events (scroll, click, key strike, ...)_
14191419
- [vorms](https://github.com/Mini-ghost/vorms) - Vue Form Validate with Composition API.
14201420
- [regle](https://github.com/victorgarciaesgi/regle) - ✅ Headless form validation library for Vue.js.
14211421

1422-
14231422
#### Resize
14241423

14251424
- [vue-not-visible](https://github.com/PxyUp/vue-not-visible) - Vue directive for removing from dom (like v-if) element on screen smaller than breakpoints.

0 commit comments

Comments
 (0)