Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thclark/react-jsonschema-form-bootstrap

DUPE of a work in progress over at mozilla services because the broke the repo I was using
https://github.com/thclark/react-jsonschema-form-bootstrap

Last synced: 26 days ago
JSON representation

DUPE of a work in progress over at mozilla services because the broke the repo I was using

Awesome Lists containing this project

README

        

# react-jsonschema-form-bootstrap

_(WIP)_

**IMPORTANT!**
Works only with the [`ui-agnostic`](https://github.com/MatejMazur/react-jsonschema-form/tree/ui-agnostic) branch of `react-jsonschema-form`.

Bootstrap components for React JSON Schema Form. It contains templates and widgets.

```js
import Form from 'react-jsonschema-form';
import theme from 'react-jsonschema-form-bootstrap';

...

```

## TODOs:
- tests
- compatibility tests (from `react-jsonschema-form#ui-agnostic`)
- playground
- publish (related issues - npm scripts, formatting, lint-staged,...)