File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ To see an example application of how to implement all the components and modules
99
1010### npm
1111
12- ` react- formio` can be used on the server, or bundled for the client using an
12+ ` @ formio/react ` can be used on the server, or bundled for the client using an
1313npm-compatible packaging system such as [ Browserify] ( http://browserify.org/ ) or
1414[ webpack] ( http://webpack.github.io/ ) .
1515
1616```
17- npm install react- formio --save
17+ npm install @ formio/react --save
1818npm install formiojs --save // Install formiojs since it is a peerDependency
1919```
2020
@@ -57,7 +57,7 @@ Give `Form` a `src` property and render:
5757``` javascript
5858import React from ' react' ;
5959import ReactDOM from ' react-dom' ;
60- import {Form } from ' react- formio' ;
60+ import {Form } from ' @ formio/react ' ;
6161```
6262
6363``` javascript
@@ -95,7 +95,7 @@ Please note that the FormBuilder component does not load and save from/to a url.
9595``` javascript
9696import React from ' react' ;
9797import ReactDOM from ' react-dom' ;
98- import {FormBuilder } from ' react- formio' ;
98+ import {FormBuilder } from ' @ formio/react ' ;
9999```
100100
101101``` javascript
You can’t perform that action at this time.
0 commit comments