You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Component libraries in mappers are external dependencies. Make sure to install them in your bundles.
98
+
98
99
### Usage
99
100
100
-
For using Data Driven Forms in your component you need the renderer and a component mapper, which provides formFields components and layoutFields components.
101
+
In order to Data Driven Forms in your component you need the renderer and a component mapper, which provides component mapper and form template
101
102
102
103
```jsx
103
104
importReactfrom'react';
@@ -138,6 +139,8 @@ Data Driven Forms supports all kinds of component, basic set is consisted of:
138
139
- Sub-form
139
140
- Wizard
140
141
142
+
Any other components can be added to mapper and renderer with the form renderer. Existing components can be also overriden.
143
+
141
144
### Documentation
142
145
143
146
Please use our [documentation site](https://data-driven-forms.org/). In case of any problem, you can access documentation files directly in GitHub.
[](https://data-driven-forms.org/)
4
6
5
7
Data Driven Forms is a React library used for rendering and managing forms with a lot of provided features based on [React Final Form](https://github.com/final-form/react-final-form).
6
8
9
+
7
10
:question: Why to use Data Driven Forms? :question:
8
11
- All forms shared the same functionality!
9
12
- Components are controlled in one place!
@@ -26,8 +29,6 @@ Data Driven Forms is a React library used for rendering and managing forms with
26
29
27
30
:book: For more information please visit the [documentation](https://data-driven-forms.org/). :book:
28
31
29
-
Used by [ManageIQ](http://manageiq.org/), Red Hat Cloud Services.
30
-
31
32
**Table of Contents**
32
33
33
34
-[Installation](#installation)
@@ -48,7 +49,7 @@ Used by [ManageIQ](http://manageiq.org/), Red Hat Cloud Services.
48
49
49
50
### Installation
50
51
51
-
You neet to add React Form Renderer
52
+
Add React Form Renderer
52
53
53
54
#### [React Form Renderer](https://www.npmjs.com/package/@data-driven-forms/react-form-renderer)
Component libraries in mappers are external dependencies. Make sure to install them in your bundles.
98
+
95
99
### Usage
96
100
97
-
For using Data Driven Forms in your component you need the renderer and a component mapper, which provides formFields components and layoutFields components.
101
+
In order to Data Driven Forms in your component you need the renderer and a component mapper, which provides component mapper and form template
0 commit comments