@@ -99,19 +99,19 @@ const buildFeatures = [
99
99
Icon : LocalLibraryIcon
100
100
} ,
101
101
{
102
- text : 'Validation - basic types provides , supports async validation !' ,
102
+ text : 'Validation - basic types are provided , supports async validators !' ,
103
103
Icon : VerifiedUserIcon
104
104
} ,
105
105
{
106
- text : 'Conditions - hide and modify fields according to other values !' ,
106
+ text : 'Conditions - hide and modify fields according to values of other fields !' ,
107
107
Icon : PlaylistAddCheckIcon
108
108
} ,
109
109
{
110
- text : 'Fully customizable - you can use any components!' ,
110
+ text : 'Fully customizable - you can use any components you are using right now !' ,
111
111
Icon : EditAttributesIcon
112
112
} ,
113
113
{
114
- text : 'Online editor - you can build your form with DnD!' ,
114
+ text : 'Online editor - you can build your form using comfy DnD!' ,
115
115
Icon : CreateIcon
116
116
}
117
117
] . map ( ( { text, Icon, href, link } , idx ) => (
@@ -243,6 +243,13 @@ const LandingPageCards = () => {
243
243
< PF3Logo style = { { fontSize : 100 } } />
244
244
</ a >
245
245
</ Grid >
246
+ < Grid item xs = { 12 } md = { 8 } >
247
+ < Typography variant = "body2" gutterBottom >
248
+ This list represents a set of provided mappers. Each mapper brings all basic form components from its design system. You can
249
+ immediately use form inputs such as text fields, selects, radios, checkboxes or wizards. However, this selection does not limit you as
250
+ integrating custom coponents is simple as it can be - all it takes is just one hook.
251
+ </ Typography >
252
+ </ Grid >
246
253
</ Grid >
247
254
</ Paper >
248
255
</ Grid >
0 commit comments