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: 2 months ago
JSON representation
DUPE of a work in progress over at mozilla services because the broke the repo I was using
- Host: GitHub
- URL: https://github.com/thclark/react-jsonschema-form-bootstrap
- Owner: thclark
- License: mit
- Created: 2018-07-29T15:06:22.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-29T15:10:31.000Z (almost 8 years ago)
- Last Synced: 2025-07-31T05:37:24.682Z (11 months ago)
- Language: JavaScript
- Size: 239 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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,...)