Ecosyste.ms: Awesome
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: 6 days ago
JSON representation
Efficiently add forms to a react/redux/material-ui app
- Host: GitHub
- URL: https://github.com/uber5/u5-forms
- Owner: Uber5
- License: mit
- Created: 2017-01-24T11:03:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-19T10:37:18.000Z (over 7 years ago)
- Last Synced: 2024-04-25T21:23:03.816Z (7 months ago)
- Language: JavaScript
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```