diff --git a/packages/dev/src/AppCustomDrawer.tsx b/packages/dev/src/AppCustomDrawer.tsx index 5f6af2ff..75e64e5a 100644 --- a/packages/dev/src/AppCustomDrawer.tsx +++ b/packages/dev/src/AppCustomDrawer.tsx @@ -1,6 +1,7 @@ import './App.css'; import { Page, + PageSection, Button, Drawer, DrawerContent, @@ -11,6 +12,8 @@ import { DrawerPanelDescription, DrawerPanelBody, DrawerContentBody, + Stack, + StackItem, } from '@patternfly/react-core'; import { LoadingBox, @@ -140,24 +143,34 @@ const App: React.FC = ({ children, showCardFooters }) => { > - - + + + + + + + + + + {children} diff --git a/packages/dev/src/AppProps.tsx b/packages/dev/src/AppProps.tsx index 6d34ab2e..776e31e1 100755 --- a/packages/dev/src/AppProps.tsx +++ b/packages/dev/src/AppProps.tsx @@ -1,5 +1,5 @@ import './App.css'; -import { Page, Button } from '@patternfly/react-core'; +import { Page, Button, PageSection } from '@patternfly/react-core'; import { LoadingBox, QuickStartContainer, @@ -80,12 +80,15 @@ const App: React.FC = ({ children, showCardFooters }) => { }> - + + + {children} diff --git a/packages/dev/src/CustomCatalog.tsx b/packages/dev/src/CustomCatalog.tsx index a99ae76b..a95cffb5 100644 --- a/packages/dev/src/CustomCatalog.tsx +++ b/packages/dev/src/CustomCatalog.tsx @@ -238,9 +238,13 @@ export const CustomCatalog: React.FC = () => { return ( <> - + + + + + @@ -248,7 +252,6 @@ export const CustomCatalog: React.FC = () => { - {quickStartCatalog()} diff --git a/packages/module/src/QuickStartCatalogPage.tsx b/packages/module/src/QuickStartCatalogPage.tsx index 8e9eb997..0d866e8b 100644 --- a/packages/module/src/QuickStartCatalogPage.tsx +++ b/packages/module/src/QuickStartCatalogPage.tsx @@ -181,7 +181,6 @@ export const QuickStartCatalogPage: React.FC = ({ onSearchInputChange={onSearchInputChange} onStatusChange={onStatusChange} /> - )}