react-formio-engine 1.0.3 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# react-formio-engine
|
|
2
2
|
|
|
3
|
-
React functional components for form rendering and building, powered by [formiojs](https://github.com/formio/formio.js). Drop-in replacement for `@formio/react`
|
|
3
|
+
React functional components for form rendering and building, powered by [formiojs](https://github.com/formio/formio.js). Drop-in replacement for `@formio/react` with no class components.
|
|
4
4
|
|
|
5
5
|
## Install
|
|
6
6
|
|
|
@@ -112,7 +112,7 @@ import { FormEngineProvider, Form } from 'react-formio-engine';
|
|
|
112
112
|
|
|
113
113
|
- Supports the same JSON schema format as formio.js v4
|
|
114
114
|
- `ReactComponent` and `baseEditForm` re-exported for existing custom components
|
|
115
|
-
- Drop-in API compatible with `@
|
|
115
|
+
- Drop-in API compatible with `@formio/react`
|
|
116
116
|
|
|
117
117
|
## License
|
|
118
118
|
|
package/package.json
CHANGED