Skip to content

Commit 5abab90

Browse files
authored
Update README.md
1 parent d591790 commit 5abab90

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,12 @@
1111
<a href="https://bundlephobia.com/result?p=typed-react-form"><img alt="NPM Size" src="https://img.shields.io/bundlephobia/minzip/typed-react-form" /></a>
1212
</p>
1313

14-
- ✔️ **Completly type-checked**: make less errors, this library was built for Typescript. Supports nested objects/arrays.
15-
- 🤔 **Simple**: An intuitive, unclottered and easy to understand api. Well [documented](https://codestix.github.io/typed-react-form/) too (+JSDoc).
14+
<p align="center" width="100%">
15+
<strong>A completely type-checked form builder for React</strong>
16+
</p>
17+
18+
- ✔️ **Completly type-checked**: make less errors, this library was built for React with Typescript. Supports nested objects/arrays.
19+
- 🤔 **Simple**: An intuitive, unclottered and easy to understand api. Well [documented](https://codestix.github.io/typed-react-form/) too, also JSDoc.
1620
- :fire: **Fast**: only rerenders the fields that change. This allows you to create huge forms.
1721
- 📦 **Pretty Small**: [![NPM Size](https://img.shields.io/bundlephobia/minzip/typed-react-form)](https://bundlephobia.com/result?p=typed-react-form)
1822

0 commit comments

Comments
 (0)