Skip to content

Commit

Permalink
Merge branch 'main' into fix-3072-bootstrap-4
Browse files Browse the repository at this point in the history
  • Loading branch information
heath-freenome committed Dec 29, 2022
2 parents 0d578ca + 5222fc9 commit fa1135b
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions docs/index.md
Expand Up @@ -16,19 +16,13 @@ react-jsonschema-form also comes with tools such as `uiSchema` and other form pr

## Installation

First install the dependencies from npm:
First install the dependencies from npm, along with a validator implementation (such as `@rjsf/validator-ajv8`):

```bash
$ npm install @rjsf/core @rjsf/utils --save
$ npm install @rjsf/core @rjsf/utils @rjsf/validator-ajv8 --save
```

As of version 5, you will also need to select and install a validator implementation (such as `@rjsf/validator-ajv8`):

```bash
$ npm install @rjsf/validator-ajv8 --save
````

Then import the dependency as follows:
Then import the dependencies as follows:

```js
import validator from "@rjsf/validator-ajv8";
Expand Down

0 comments on commit fa1135b

Please sign in to comment.