diff --git a/src/demo/pages/DemoContainer.jsx b/src/demo/pages/DemoContainer.jsx index d8a5a0a4..cda1c97e 100644 --- a/src/demo/pages/DemoContainer.jsx +++ b/src/demo/pages/DemoContainer.jsx @@ -21,6 +21,7 @@ import { CTAStart, CheckboxField, ForgotPassword, + FormLayout, LayoutCenter, List, ListItem, @@ -344,6 +345,190 @@ class DemoContainer extends React.Component { )} /> +

Form Layout

+

+ Vertical Form Layout works similar to List except that List Items are not needed. + Vertical form field layout is forced. +

+ + <> + + + + + <> + + + + + + + +