Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 25 days 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-01T08:19:37.000Z (about 7 years ago)
- Last Synced: 2024-10-01T05:01:24.243Z (about 1 month 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
[![Build Status](https://travis-ci.org/nikordaris/redux-form-jsonschema-reactstrap.svg?branch=master)](https://travis-ci.org/nikordaris/redux-form-jsonschema-reactstrap)
[![codecov](https://codecov.io/gh/nikordaris/redux-form-jsonschema-reactstrap/branch/master/graph/badge.svg)](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/)