Skip to content

Commit 7d1451e

Browse files
committed
Merge pull request rjsf-team#104 from danprince/patch-1
adds example for cdn users
2 parents 8c2faff + 614221a commit 7d1451e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@ Source maps are available at [this url](https://npmcdn.com/react-jsonschema-form
6666

6767
> Note: The CDN version **does not** embed *react* nor *react-dom*.
6868
69+
> You'll also need to alias the default export property to use the Form component:
70+
71+
```jsx
72+
const Form = JSONSchemaForm.default;
73+
```
74+
6975
## Usage
7076

7177
```jsx

0 commit comments

Comments
 (0)