import { Fragment } from 'react'; import { PageSection, PageSectionTypes, Wizard, WizardStep } from '@patternfly/react-core'; import { DashboardWrapper } from '@patternfly/react-core/src/demos/DashboardWrapper'; export const WizardFullPage: React.FunctionComponent = () => (

Step 1 content

Configuration substep A

,

Configuration substep B

]} />

Step 3 content

Review step content

);