Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit f96d139

Browse files
authored
Update README.md
Added some awesome badges to the Readme.md
1 parent 9ddab17 commit f96d139

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,17 @@
22

33
# Vue Dynamic Forms
44

5-
![Current Relase](https://img.shields.io/github/package-json/v/alvarosaburido/vue-dynamic-forms) [![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT)
5+
<p align="center">
6+
<a href="https://www.npmjs.com/package/@asigloo/vue-dynamic-forms">
7+
<img src="https://badgen.net/npm/v/@asigloo/vue-dynamic-forms" alt="Current npm version">
8+
</a>
9+
<a href="https://bundlephobia.com/result?p=@asigloo/[email protected]">
10+
<img src="https://flat.badgen.net/bundlephobia/min/@asigloo/vue-dynamic-forms" alt="Minified size">
11+
</a>
12+
<a href="https://vuejs.org">
13+
<img src="https://flat.badgen.net/badge/vue.js/2.6.x/4fc08d?icon=github" alt="Vue.js version">
14+
</a>
15+
</p>
616

717
Implementing handcrafted forms can be:
818
1. Costly

0 commit comments

Comments
 (0)