Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/)