Skip to content
This repository was archived by the owner on Feb 29, 2024. It is now read-only.

Commit 1545ca3

Browse files
authored
Update README.md
1 parent 94ac088 commit 1545ca3

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
1-
# [@cat-react](https://github.com/cat-react) / form ![Build Status](https://travis-ci.org/cat-react/form.svg?branch=master) [![codecov](https://codecov.io/gh/cat-react/form/branch/master/graph/badge.svg)](https://codecov.io/gh/cat-react/form)
1+
<p align="center">
2+
<img src="https://user-images.githubusercontent.com/4418879/30520764-b86d5cc6-9bb4-11e7-9313-ced40eb4e066.png" alt="cat-react" />
3+
</p>
4+
5+
# [@cat-react](https://github.com/cat-react) / form ![Build Status](https://travis-ci.org/cat-react/form.svg?branch=master) [![codecov](https://codecov.io/gh/cat-react/form/branch/master/graph/badge.svg)](https://codecov.io/gh/cat-react/form) [![npm version](https://badge.fury.io/js/%40cat-react%2Fform.svg)](https://badge.fury.io/js/%40cat-react%2Fform)
26
A simple yet powerful library which helps creating validated forms in react. This project is inspired by [formsy-react](https://github.com/christianalfoni/formsy-react).
37

8+
## Installation
9+
[![npm package](https://nodei.co/npm/@cat-react/form.png?compact=true)](https://www.npmjs.com/package/@cat-react/form)
10+
- Install the dependency `@cat-react/form` <br/>
11+
(e.g. with `yarn add @cat-react/form` or `npm install @cat-react/form --save`)
12+
- Import the Components with `import {Form, Input} from '@cat-react/form';`
13+
414
## Getting Started
515
Are you looking for a simple way to create validated forms with React?
616

@@ -91,8 +101,6 @@ export default class BasicInput extends React.Component {
91101
}
92102
```
93103

94-
## Installation
95-
96104
## Contribution
97105
The project requires at least the latest stable version of node and npm. You also need to have yarn installed globally.
98106

0 commit comments

Comments
 (0)