Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<a href="https://www.npmjs.com/package/@asigloo/vue-dynamic-forms">
<img src="https://badgen.net/npm/v/@asigloo/vue-dynamic-forms" alt="Current npm version">
</a>
<a href="https://bundlephobia.com/result?p=@asigloo/vue-dynamic-forms@0.2.0">
<a href="https://bundlephobia.com/result?p=@asigloo/vue-dynamic-forms@latest">
<img src="https://flat.badgen.net/bundlephobia/min/@asigloo/vue-dynamic-forms" alt="Minified size">
</a>
<a href="https://vuejs.org">
Expand All @@ -25,6 +25,10 @@ So, wouldn't it be more economical to create the forms dynamically? Based on met

That's Vue Dynamic Forms.

## Vue support

This is the Vue `2.x.x` compatible version. For the Vue `3.x.x` and Typescript support, please use the version available in the branch [next](https://github.com/alvarosaburido/vue-dynamic-forms/tree/next).

## Documentation

Complete documentation and examples available at
Expand Down
Loading