https://github.com/nikordaris/redux-form-jsonschema-reactstrap
redux-form field library using reactstrap
https://github.com/nikordaris/redux-form-jsonschema-reactstrap
jsonschema react reactstrap redux redux-form
Last synced: 11 months ago
JSON representation
redux-form field library using reactstrap
- Host: GitHub
- URL: https://github.com/nikordaris/redux-form-jsonschema-reactstrap
- Owner: nikordaris
- License: mit
- Created: 2017-05-22T14:00:25.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-01T08:19:37.000Z (over 8 years ago)
- Last Synced: 2025-03-19T18:41:10.523Z (about 1 year ago)
- Topics: jsonschema, react, reactstrap, redux, redux-form
- Language: JavaScript
- Homepage:
- Size: 1.87 MB
- Stars: 19
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Redux-Form Jsonschema Reactstrap
A collection of [reactstrap](https://reactstrap.github.io/) form components for [redux-form](http://redux-form.com). These components are intended to be used with [react-jsonschema-vis](https://github.com/nikordaris/react-jsonschema-vis) to generate redux-form forms from a jsonschema definitions
[](https://travis-ci.org/nikordaris/redux-form-jsonschema-reactstrap)
[](https://codecov.io/gh/nikordaris/redux-form-jsonschema-reactstrap)
## Install
```bash
$ npm install redux-form-jsonschema-reactstrap
```
## with react-jsonschema-vis
[Example](https://github.com/nikordaris/redux-form-jsonschema-reactstrap/blob/master/stories/index.js)
[Demo](https://nikordaris.github.io/redux-form-jsonschema-reactstrap/)