Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thclark/react-jsonschema-form-bootstrap
- Owner: thclark
- License: mit
- Created: 2018-07-29T15:06:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-29T15:10:31.000Z (over 6 years ago)
- Last Synced: 2024-06-13T22:03:11.954Z (5 months ago)
- Language: JavaScript
- Size: 239 KB
- Stars: 0
- Watchers: 2
- 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,...)