Skip to content

Commit 0b802e2

Browse files
author
Kuldeep Saxena
authored
Update README.md
1 parent d1c0fba commit 0b802e2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@
77
[![Build Status](https://travis-ci.org/bietkul/react-reactive-form.svg?branch=master)](https://travis-ci.org/bietkul/react-reactive-form)
88
[![NPM Version](https://img.shields.io/npm/v/react-reactive-form.svg?style=flat)](https://www.npmjs.com/package/react-reactive-form)
99
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
10+
<img
11+
alt="gzip size"
12+
src="https://img.shields.io/badge/gzip%20size-3.4%20kB-brightgreen.svg"
13+
/>
14+
<a href="https://github.com/bietkul/react-reactive-form/pulls">
15+
<img
16+
alt="PRs welcome"
17+
src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg"
18+
/>
19+
</a>
1020

1121
It's a library inspired by the [Angular's Reactive Forms](https://angular.io/guide/reactive-forms), which allows to create a tree of form control objects in the component class and bind them with native form control elements.
1222

0 commit comments

Comments
 (0)