# react-jsonschema-form

> A simple React component capable of building HTML forms out of a JSON schema.

Latest version **1.8.1** (published 2019-12-16) · Apache-2.0 license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install react-jsonschema-form
pnpm add react-jsonschema-form
yarn add react-jsonschema-form
bun add react-jsonschema-form
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 1.8.1 |
| Published | 2019-12-16 |
| First published | 2015-12-17 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | separate (@types/react-jsonschema-form) |
| Module format | CommonJS |
| Node | >=6 |
| Dependencies | 8 |
| Unpacked size | 3 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 15895 |
| Author | Nicolas Perriault |
| Maintainers | ametaireau, edi9999, epicfaace, glasserc, leplatrem, magopian, n1k0, natim, peterbe |
| Keywords | react, form, json-schema |

## Links

- npm: https://www.npmjs.com/package/react-jsonschema-form
- Repository: https://github.com/mozilla-services/react-jsonschema-form
- Homepage: https://github.com/mozilla-services/react-jsonschema-form#readme
- Issues: https://github.com/mozilla-services/react-jsonschema-form/issues
- npm.io page: https://npm.io/package/react-jsonschema-form

## Dependencies (8)

- [ajv](https://npm.io/package/ajv.md) ^6.7.0
- [lodash](https://npm.io/package/lodash.md) ^4.17.15
- [core-js](https://npm.io/package/core-js.md) ^2.5.7
- [shortid](https://npm.io/package/shortid.md) ^2.2.14
- [react-is](https://npm.io/package/react-is.md) ^16.8.4
- [prop-types](https://npm.io/package/prop-types.md) ^15.5.8
- [@babel/runtime-corejs2](https://npm.io/package/@babel/runtime-corejs2.md) ^7.4.5
- [react-lifecycles-compat](https://npm.io/package/react-lifecycles-compat.md) ^3.0.4

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 1.8.1 (latest) — 2019-12-16
- 2.0.0-alpha.1 — 2019-11-09
- 1.8.0 — 2019-08-26
- 1.7.0 — 2019-07-16
- 1.6.1 — 2019-06-08
- 1.6.0 — 2019-06-06
- 1.5.0 — 2019-04-17
- 1.4.1 — 2019-04-17
- 1.4.0 — 2019-04-04
- 1.3.0 — 2019-03-06
- 1.2.1 — 2019-02-04
- 1.2.0 — 2019-01-14
- 1.1.0 — 2019-01-10
- 1.0.7 — 2019-01-10
- 1.0.6 — 2018-11-09
- … 88 more at https://npm.io/package/react-jsonschema-form/versions

## README

react-jsonschema-form
=====================

[![Build Status](https://travis-ci.org/mozilla-services/react-jsonschema-form.svg?branch=master)](https://travis-ci.org/mozilla-services/react-jsonschema-form)

A simple [React](http://facebook.github.io/react/) component capable of building HTML forms out of a [JSON schema](http://json-schema.org/) and using [Bootstrap](http://getbootstrap.com/) semantics by default.

![](http://i.imgur.com/M8ZCES5.gif)

Testing powered by BrowserStack<br>
<a target=_blank href="https://www.browserstack.com/"><img width=200 src="https://user-images.githubusercontent.com/1689183/51487090-4ea04f80-1d57-11e9-9a91-79b7ef8d2013.png"></a>


## Documentation
Documentation is hosted on: https://react-jsonschema-form.readthedocs.io/

## Live Playground
A [live playground](https://mozilla-services.github.io/react-jsonschema-form/) is hosted on gh-pages.

## Contributing
Read our [contributors' guide](https://react-jsonschema-form.readthedocs.io/en/latest/#contributing) to get started.

## License
Apache 2

---
_Source: https://npm.io/package/react-jsonschema-form · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
