Skip to content

Commit befb899

Browse files
Flo0806Jogai
authored andcommitted
Add Vorm – a schema-based form engine for Vue 3
1 parent 3a6275f commit befb899

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
@@ -1089,7 +1089,7 @@ _Overlay / modal / alert / dialog / lightbox / popup_
10891089

10901090
#### Icons
10911091

1092-
- [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.
1092+
- [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.
10931093
- [vue-fontawesome](https://github.com/FortAwesome/vue-fontawesome) - Font Awesome 5 Vue component
10941094
- [vue-country-flag](https://github.com/P3trur0/vue-country-flag) - Vue component for country flag icons
10951095
- [vue-fa](https://github.com/Cweili/vue-fa) - Simple FontAwesome 5 Vue.js 2 component.
@@ -1174,8 +1174,7 @@ _Display non-editable events in a Calendar_
11741174

11751175
- [@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.
11761176
- [virtua](https://github.com/inokawa/virtua) - A zero-config, fast and small (~3kB) virtual list component for React and Vue
1177-
- [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
1178-
1177+
- [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
11791178

11801179
#### Markdown
11811180

@@ -1407,6 +1406,7 @@ _Handling of user events (scroll, click, key strike, ...)_
14071406
- [FormKit](https://github.com/formkit/formkit) - Vue 3 form development. 10x faster. Form inputs, validation, submission, error handling, generation, accessibility, theming, and more.
14081407
- [vrf](https://github.com/dimailn/vrf) - Declarative scalable ui-agnostic markup-based Vue forms.
14091408
- [tracked-instance](https://github.com/rudnik275/tracked-instance) - Build large forms and track all changes.
1409+
- [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.
14101410

14111411
##### Validation
14121412

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

1423-
14241423
#### Resize
14251424

14261425
- [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)