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

https://github.com/uber5/u5-forms

Efficiently add forms to a react/redux/material-ui app
https://github.com/uber5/u5-forms

Last synced: 24 days ago
JSON representation

Efficiently add forms to a react/redux/material-ui app

Awesome Lists containing this project

README

          

# u5-forms
Efficiently add forms to a react/redux/material-ui app

# Status

Work-in-progress, don't use yet.

# How

Check the (almost) undocumented [example](./samples/basic).

To use it in your project:

```
npm install --save u5-forms
```

# Development

```
npm install
```

## Run the Sample

```
npm run sample:basic
```