Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/MAKARD/react-native-formawesome

React-Native UI lib for validation forms
https://github.com/MAKARD/react-native-formawesome

List: react-native-formawesome

class-validator form native react react-formawesome-core react-native ui validation

Last synced: about 1 month ago
JSON representation

React-Native UI lib for validation forms

Awesome Lists containing this project

README

        

# React-Native Formawesome

[![Build Status](https://api.travis-ci.org/MAKARD/react-native-formawesome.svg?branch=master)](https://travis-ci.org/MAKARD/react-native-formawesome)
[![Code coverage](https://codecov.io/gh/MAKARD/react-native-formawesome/branch/master/graphs/badge.svg)](https://codecov.io/gh/MAKARD/react-native-formawesome/branch/master)

React-Native UI lib for [react-formawesome-core](https://github.com/MAKARD/react-formawesome-core).

# [Live example](https://snack.expo.io/@makard/react-native-formawesome)

# Installation

## Via NPM

```bash
npm install --save-dev react-formawesome-core@latest
npm install --save-dev react-native-formawesome@latest
```

# Content

- [Form](./docs/Form.md)
- [FormGroup](./docs/FormGroup.md)
- [Input](./docs/Input.md)
- [SubmitButton](./docs/SubmitButton.md)
- [Select](./docs/Select.md)
- [ErrorTip](./docs/ErrorTip.md)
- [UnparsedErrorContainer](./docs/UnparsedErrorContainer.md)