File tree Expand file tree Collapse file tree
packages/react-renderer-demo/src/app/pages Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,8 +45,7 @@ const LandingPage = () => {
4545 < div className = { classes . landingPageContainer } >
4646 < LandingPageTitle />
4747 < Typography className = { classes . landingPageText } >
48- Data Driven Forms is a component designed for ManageIQ and Red Hat Cloud Services projects that takes JSON form definitions
49- and renders them into react components.
48+ Data Driven Forms converts JSON form definitions into fully functional React forms.
5049 </ Typography >
5150 < div className = { classes . getStartedLink } >
5251 < Link href = "/renderer/installation" >
Original file line number Diff line number Diff line change @@ -9,9 +9,7 @@ import RawComponent from '@docs/raw-component';
99
1010# React form renderer
1111
12- React form renderer is a component designed for ManageIQ and
13- Insights projects that takes JSON form definitions
14- and renders them into react components.
12+ Data Driven Forms converts JSON form definitions into fully functional React forms.
1513It uses [ React Final Form] ( https://github.com/final-form/react-final-form ) for the form state management.
1614It is highly recommended to check their documentations first to fully understand how
1715the [ Data Driven Dorms] ( https://github.com/data-driven-forms/react-forms ) libraries work.
You can’t perform that action at this time.
0 commit comments