Skip to content

Commit 09ca6f3

Browse files
committed
Update installation instructions
1 parent b05e0d3 commit 09ca6f3

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

packages/react-renderer-demo/src/app/pages/renderer/installation.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ import ListOfContents from '../../src/helpers/list-of-contents';
77

88
# Installation
99

10+
React Form Renderer is the basic component, that provides all features.
11+
1012
```sh
1113
npm install --save @data-driven-forms/react-form-renderer
1214
```
@@ -15,6 +17,44 @@ or
1517
yarn add @data-driven-forms/react-form-renderer
1618
```
1719

20+
## Mappers
21+
22+
Data Driven Forms team provides and mantains basic set of components for following three design systems: [MaterialUI](https://material-ui.com/), [PatternFly 4](https://www.patternfly.org/v4/) anad [PatternFly 3](https://www.patternfly.org/v3/).
23+
24+
**mui-component-mapper**
25+
26+
```sh
27+
npm install --save @data-driven-forms/mui-component-mapper
28+
```
29+
or
30+
```sh
31+
yarn add @data-driven-forms/mui-component-mapper
32+
```
33+
34+
**pf4-component-mapper**
35+
36+
```sh
37+
npm install --save @data-driven-forms/pf4-component-mapper
38+
```
39+
or
40+
```sh
41+
yarn add @data-driven-forms/pf4-component-mapper
42+
```
43+
44+
**pf3-component-mapper**
45+
46+
```sh
47+
npm install --save @data-driven-forms/pf3-component-mapper
48+
```
49+
or
50+
```sh
51+
yarn add @data-driven-forms/pf3-component-mapper
52+
```
53+
54+
## Versioning
55+
56+
All these packages all always deployed together, so their version numbers are always the same. Update them also together to achieve the best compatibility.
57+
1858
</Grid>
1959
<Grid item xs={false} md={2}>
2060
<ListOfContents file="renderer/installation" />

0 commit comments

Comments
 (0)