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
Copy file name to clipboardExpand all lines: README.md
+23-20Lines changed: 23 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,23 +8,23 @@ Data Driven Forms is a React library used for rendering and managing forms with
8
8
9
9
10
10
:question: Why to use Data Driven Forms? :question:
11
-
- All forms shared the same functionality!
12
-
- Components are controlled in one place!
13
-
- You can easily migrate to different sets of components!
14
-
- All functionality is provided (see below!)
11
+
- All forms **shared** the same **functionality**!
12
+
- Components are **controlled** in **one place**!
13
+
- You can **easily migrate** to different sets of components!
14
+
- All **functionality** is **provided** (see below!)
15
15
16
16
:tada: Features :tada:
17
-
- Easily readable schema, you don't need to know any HTML or JS to be able to write your own form schemas!
18
-
- You can use your own components or use one of our provided mappers ([PatternFly 3](https://patternfly-react.surge.sh/patternfly-3/index.html), [PatternFly 4](https://patternfly-react.surge.sh/patternfly-4/), [Material-UI](https://material-ui.com/) or [Ant Design](https://ant.design/)!)
19
-
- Form state managing out-of-the-box (including error states!)
20
-
- Fully customizable (you can use your own buttons, actions, etc.)!
21
-
- Conditional fields!
22
-
- Custom field validation with basic set included!
23
-
- Datatype validation!
24
-
- Cross-field validation!
25
-
- Asynchronous validation supported!
26
-
- Supporting Wizard forms!
27
-
- Supporting [Final Form Field Array](https://github.com/final-form/react-final-form-arrays)!
17
+
-**Easily readable schema**, you don't need to know any HTML or JS to be able to write your own form schemas!
18
+
- You can use your **own components** or use one of our **provided mappers** ([PatternFly 3](https://patternfly-react.surge.sh/patternfly-3/index.html), [PatternFly 4](https://patternfly-react.surge.sh/patternfly-4/), [Material-UI](https://material-ui.com/), [Ant Design](https://ant.design/)! and more, see below!)
19
+
-**Form state manager** out-of-the-box (including error states!)
20
+
- Fully **customizable** (you can use your own buttons, actions, etc.)!
21
+
-**Conditional** fields!
22
+
- Custom field **validation** with basic set included!
23
+
-**Datatype** validation!
24
+
-**Cross-field** validation!
25
+
-**Asynchronous** validation supported!
26
+
- Supporting **Wizard** forms!
27
+
- Supporting **[Final Form Field Array](https://github.com/final-form/react-final-form-arrays)!**
28
28
- ... and a lot more!
29
29
30
30
:book: For more information please visit the [documentation](https://data-driven-forms.org/). :book:
@@ -38,7 +38,6 @@ Data Driven Forms is a React library used for rendering and managing forms with
-[ManageIQ Form Components](https://github.com/ManageIQ/manageiq-ui-classic/tree/master/app/javascript/components)
239
242
240
243
### Development setup
241
244
242
-
Data Driven Forms is a monorepo which uses [Lerna](https://github.com/lerna/lerna), so you can use all its commands as well.
245
+
Data Driven Forms is a monorepo that uses [Lerna](https://github.com/lerna/lerna) and [yarn workspaces](https://classic.yarnpkg.com/blog/2017/08/02/introducing-workspaces/), so you can use all its commands as well.
Copy file name to clipboardExpand all lines: packages/ant-component-mapper/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ Data Driven Forms supports all kinds of component, basic set is consisted of:
103
103
104
104
### Development setup
105
105
106
-
Data Driven Forms is a monorepo which uses [Lerna](https://github.com/lerna/lerna), so you can use all its commands as well.
106
+
Data Driven Forms is a monorepo that uses [Lerna](https://github.com/lerna/lerna) and [yarn workspaces](https://classic.yarnpkg.com/blog/2017/08/02/introducing-workspaces/), so you can use all its commands as well.
Copy file name to clipboardExpand all lines: packages/blueprint-component-mapper/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ Data Driven Forms supports all kinds of component, basic set is consisted of:
103
103
104
104
### Development setup
105
105
106
-
Data Driven Forms is a monorepo which uses [Lerna](https://github.com/lerna/lerna), so you can use all its commands as well.
106
+
Data Driven Forms is a monorepo that uses [Lerna](https://github.com/lerna/lerna) and [yarn workspaces](https://classic.yarnpkg.com/blog/2017/08/02/introducing-workspaces/), so you can use all its commands as well.
Copy file name to clipboardExpand all lines: packages/mui-component-mapper/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ Data Driven Forms supports all kinds of component, basic set is consisted of:
106
106
107
107
### Development setup
108
108
109
-
Data Driven Forms is a monorepo which uses [Lerna](https://github.com/lerna/lerna), so you can use all its commands as well.
109
+
Data Driven Forms is a monorepo that uses [Lerna](https://github.com/lerna/lerna) and [yarn workspaces](https://classic.yarnpkg.com/blog/2017/08/02/introducing-workspaces/), so you can use all its commands as well.
Copy file name to clipboardExpand all lines: packages/parsers/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ const Form = () => (
78
78
79
79
### Development setup
80
80
81
-
Data Driven Forms is a monorepo which uses [Lerna](https://github.com/lerna/lerna), so you can use all its commands as well.
81
+
Data Driven Forms is a monorepo that uses [Lerna](https://github.com/lerna/lerna) and [yarn workspaces](https://classic.yarnpkg.com/blog/2017/08/02/introducing-workspaces/), so you can use all its commands as well.
Copy file name to clipboardExpand all lines: packages/pf3-component-mapper/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ Data Driven Forms supports all kinds of component, basic set is consisted of:
102
102
103
103
### Development setup
104
104
105
-
Data Driven Forms is a monorepo which uses [Lerna](https://github.com/lerna/lerna), so you can use all its commands as well.
105
+
Data Driven Forms is a monorepo that uses [Lerna](https://github.com/lerna/lerna) and [yarn workspaces](https://classic.yarnpkg.com/blog/2017/08/02/introducing-workspaces/), so you can use all its commands as well.
Copy file name to clipboardExpand all lines: packages/pf4-component-mapper/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ Data Driven Forms supports all kinds of component, basic set is consisted of:
104
104
105
105
### Development setup
106
106
107
-
Data Driven Forms is a monorepo which uses [Lerna](https://github.com/lerna/lerna), so you can use all its commands as well.
107
+
Data Driven Forms is a monorepo that uses [Lerna](https://github.com/lerna/lerna) and [yarn workspaces](https://classic.yarnpkg.com/blog/2017/08/02/introducing-workspaces/), so you can use all its commands as well.
Copy file name to clipboardExpand all lines: packages/react-form-renderer/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -225,7 +225,7 @@ Please use our [documentation site](https://data-driven-forms.org/). In case of
225
225
226
226
### Development setup
227
227
228
-
Data Driven Forms is a monorepo which uses [Lerna](https://github.com/lerna/lerna), so you can use all its commands as well.
228
+
Data Driven Forms is a monorepo that uses [Lerna](https://github.com/lerna/lerna) and [yarn workspaces](https://classic.yarnpkg.com/blog/2017/08/02/introducing-workspaces/), so you can use all its commands as well.
Copy file name to clipboardExpand all lines: packages/react-renderer-demo/src/pages/development-setup.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ import DocPage from '@docs/doc-page';
4
4
5
5
# Development setup
6
6
7
-
Data Driven Forms is a monorepo which uses [Lerna](https://github.com/lerna/lerna), so you can use all its commands as well.
7
+
Data Driven Forms is a monorepo that uses [Lerna](https://github.com/lerna/lerna) and [yarn workspaces](https://classic.yarnpkg.com/blog/2017/08/02/introducing-workspaces/), so you can use all its commands as well.
Copy file name to clipboardExpand all lines: packages/suir-component-mapper/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ Data Driven Forms supports all kinds of component, basic set is consisted of:
103
103
104
104
### Development setup
105
105
106
-
Data Driven Forms is a monorepo which uses [Lerna](https://github.com/lerna/lerna), so you can use all its commands as well.
106
+
Data Driven Forms is a monorepo that uses [Lerna](https://github.com/lerna/lerna) and [yarn workspaces](https://classic.yarnpkg.com/blog/2017/08/02/introducing-workspaces/), so you can use all its commands as well.
0 commit comments